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.
This commit is contained in:
parent
a651d19944
commit
3a9f827bef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=5739
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user