diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-02-25 07:58:32 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-02-25 07:58:32 +0000 |
commit | 3a9f827bef15f4f810db5ea6a0e4cf1b921dd7fc (patch) | |
tree | 61ffc0f0dc649ece7c78f5806ca5f800eb0d8644 /emulators/xgs | |
parent | a651d19944ad42e282d08ff70073f19670afceb1 (diff) |
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.
Notes
Notes:
svn path=/head/; revision=5739
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 d9e461f52cec..1515150e9638 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 |