diff options
author | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-17 15:34:32 +0000 |
---|---|---|
committer | Gabor Kovesdan <gabor@FreeBSD.org> | 2006-12-17 15:34:32 +0000 |
commit | d07a795c2d3e4a9a537b644cea337babb950b474 (patch) | |
tree | 14b5a40b9a0ab7b67ab20a313b1ab15ca856d58e /emulators | |
parent | f453087a8de33c96e0d4779c7e9ab3af63e9d0bb (diff) | |
download | freebsd-ports-d07a795c2d3e4a9a537b644cea337babb950b474.zip |
- Deprecate
- Set EXPIRATION_DATE
Approved by: erwin (mentor)
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/libvm68k/Makefile | 3 | ||||
-rw-r--r-- | emulators/vx68k/Makefile | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/emulators/libvm68k/Makefile b/emulators/libvm68k/Makefile index e02452d3544c..0523d0761c77 100644 --- a/emulators/libvm68k/Makefile +++ b/emulators/libvm68k/Makefile @@ -15,6 +15,9 @@ MASTER_SITES= ftp://ftp.hypercore.co.jp/vx68k/${PORTNAME}-${PORTVERSION:R}/ MAINTAINER= ports@FreeBSD.org COMMENT= M68000 virtual machine library +DEPRECATED= distfile disappeared from homepage +EXPIRATION_DATE= 2007-01-16 + GNU_CONFIGURE= yes USE_LDCONFIG= yes diff --git a/emulators/vx68k/Makefile b/emulators/vx68k/Makefile index abdf62356063..62216a3960cc 100644 --- a/emulators/vx68k/Makefile +++ b/emulators/vx68k/Makefile @@ -17,6 +17,9 @@ COMMENT= A virtual machine that emulates a Sharp X68000 LIB_DEPENDS= vm68k.4:${PORTSDIR}/emulators/libvm68k +DEPRECATED= distfile disappeared from homepage +EXPIRATION_DATE= 2007-01-16 + USE_GETTEXT= yes USE_GL= yes USE_GNOME= gtk12 |