diff options
author | asami <asami@FreeBSD.org> | 1997-02-25 07:58:32 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-02-25 07:58:32 +0000 |
commit | 6fc50d2f60ea34fcae167c4ac4a737430fe370ae (patch) | |
tree | d279935dcc979e34299e2be88173958ecbb7d7ba /emulators/xgs | |
parent | 0a729811c5a1c8469b636f0a2a0a8466dd7348de (diff) | |
download | FreeBSD-ports-6fc50d2f60ea34fcae167c4ac4a737430fe370ae.zip FreeBSD-ports-6fc50d2f60ea34fcae167c4ac4a737430fe370ae.tar.gz |
Move EXTRACT_ONLY down to "misc. variables" section. Put quotes around
reason for RESTRICTED. "--prefix=${PREFIX}" in CONFIGURE_ARGS is not
necessary if GNU_CONFIGURE is set.
Diffstat (limited to 'emulators/xgs')
-rw-r--r-- | emulators/xgs/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/emulators/xgs/Makefile b/emulators/xgs/Makefile index d9e461f..1515150 100644 --- a/emulators/xgs/Makefile +++ b/emulators/xgs/Makefile @@ -3,7 +3,7 @@ # Date created: 17th January 1996 # Whom: Joel Sutton <suttonj@interconnect.com.au> # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/02/24 13:50:06 tg Exp $ # DISTNAME= xgs-0.40 @@ -11,16 +11,16 @@ CATEGORIES= emulators MASTER_SITES= http://www.optera.com/~invid/emulators/XGS/ \ ftp://ftp.apple.asimov.net/pub/apple_II/emulators/rom_images/ DISTFILES= ${DISTNAME}${EXTRACT_SUFX} ${ROMFILE} -EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} MAINTAINER= suttonj@interconnect.com.au +EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} NO_PACKAGE= ${RESTRICTED} -RESTRICTED= xgs.rom copyright is owned by Apple and cannot be distributed +RESTRICTED= "xgs.rom copyright is owned by Apple and cannot be distributed" WRKSRC= ${WRKDIR}/xgs USE_GMAKE= yes GNU_CONFIGURE= yes -CONFIGURE_ARGS= --with-oss-sound --prefix=${PREFIX} +CONFIGURE_ARGS= --with-oss-sound #INSTALL_DATA?= install -c -o bin -g bin ROMFILE= xgs.rom |