diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-16 06:50:51 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2011-03-16 06:50:51 +0000 |
commit | f9c426ae8c0a6ec01be9841c6ccef1b38cfed1f8 (patch) | |
tree | e68481afd512767d766dd8ed2e45251b044c8f35 /emulators | |
parent | d1242798c6ee8f56d05cf848a27e0e28e28cddfe (diff) |
Notes
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/basiliskII/Makefile | 5 | ||||
-rw-r--r-- | emulators/tkhfs/Makefile | 3 | ||||
-rw-r--r-- | emulators/twin/Makefile | 3 | ||||
-rw-r--r-- | emulators/vgb/Makefile | 3 | ||||
-rw-r--r-- | emulators/vpce/Makefile | 3 |
5 files changed, 16 insertions, 1 deletions
diff --git a/emulators/basiliskII/Makefile b/emulators/basiliskII/Makefile index 79c57aa280d6..02cc72754ff4 100644 --- a/emulators/basiliskII/Makefile +++ b/emulators/basiliskII/Makefile @@ -9,13 +9,16 @@ PORTNAME= basiliskII PORTVERSION= 1.0 PORTREVISION= 10 CATEGORIES= emulators -MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/ +MASTER_SITES= http://gwenole.beauchesne.info/projects/basilisk2/files/ MASTER_SITE_SUBDIR= basilisk DISTNAME= BasiliskII_src_01052006 MAINTAINER= ports@FreeBSD.org COMMENT= A free, portable, Open Source 68k Mac emulator +DEPRECATED= Distfile is no more available official website has older distfiles +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/BasiliskII-${PORTVERSION}/src/Unix USE_BZIP2= yes diff --git a/emulators/tkhfs/Makefile b/emulators/tkhfs/Makefile index 676632de433f..8857b70f1770 100644 --- a/emulators/tkhfs/Makefile +++ b/emulators/tkhfs/Makefile @@ -16,6 +16,9 @@ DISTNAME= ${PORTNAME} MAINTAINER= ports@FreeBSD.org COMMENT= A Tcl/Tk front end to the hfs program +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + USE_TK= yes PLIST_FILES= bin/tkhfs RUN_DEPENDS= hfs:${PORTSDIR}/emulators/hfs diff --git a/emulators/twin/Makefile b/emulators/twin/Makefile index 164984c80448..004a4ce6b131 100644 --- a/emulators/twin/Makefile +++ b/emulators/twin/Makefile @@ -17,6 +17,9 @@ DISTNAME= ${PORTNAME}-src-${PORTVERSION} MAINTAINER= ports@FreeBSD.org COMMENT= Willows Toolkit for migrating and developing Windows applications +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + ONLY_FOR_ARCHS= i386 alpha powerpc WRKSRC= ${WRKDIR}/${PORTNAME} diff --git a/emulators/vgb/Makefile b/emulators/vgb/Makefile index bfa7f1826f8b..6cd5d894b960 100644 --- a/emulators/vgb/Makefile +++ b/emulators/vgb/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org COMMENT= Nintendo GameBoy(tm) emulator +DEPRECATED= Distfile is no more available (lastest binaries provided by upstream are for 5.x) +EXPIRATION_DATE= 2011-05-01 + WRKSRC= ${WRKDIR}/GB USE_XORG= x11 xext diff --git a/emulators/vpce/Makefile b/emulators/vpce/Makefile index 3786bf817ff5..4f14be57564a 100644 --- a/emulators/vpce/Makefile +++ b/emulators/vpce/Makefile @@ -17,6 +17,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= PC Engine (TG16) emulator on X +DEPRECATED= Upstream disapear and distfile is no more available +EXPIRATION_DATE= 2011-05-01 + NO_WRKSUBDIR= yes USE_XORG= x11 NO_BUILD= yes |