diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 07:05:25 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-06-10 07:05:25 +0000 |
commit | 51b78d3bd2f104ca1326924ab466d189c418ffce (patch) | |
tree | f99f5bbf217ff7fa3ab95f95fe255888d5814dc0 /emulators/xgs | |
parent | 42da4c64919f2f82ac0b0ea1724fbe8331f4cf4f (diff) | |
download | ports-51b78d3bd2f104ca1326924ab466d189c418ffce.tar.gz ports-51b78d3bd2f104ca1326924ab466d189c418ffce.zip |
Notes
Diffstat (limited to 'emulators/xgs')
-rw-r--r-- | emulators/xgs/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index ff3ef2e8bb83..3ba1573d165a 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -4,7 +4,7 @@ # Whom: Joel Sutton <sutton@aardvark.apana.org.au> # FreeBSD Version: 2.1.5-RELEASE # -# $Id$ +# $Id: Makefile,v 1.3 1997/06/09 20:21:17 chuckr Exp $ # # This is the stable release of the xgs emulator. Sound support is @@ -14,15 +14,14 @@ # DISTNAME= xgs-0.50-src PKGNAME= xgs-0.50 -EXTRACT_SUFX= .tar.gz CATEGORIES= emulators MASTER_SITES= ftp://ftp.optera.com/pub/xgs/ \ ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/ +DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xgs.rom MAINTAINER= sutton@aardvark.apana.org.au DIST_SUBDIR= xgs -DISTFILES= ${DISTNAME}${EXTRACT_SUFX} xgs.rom EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed" NO_PACKAGE= ${RESTRICTED} |