diff options
author | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
---|---|---|
committer | hubertf <hubertf@pkgsrc.org> | 2000-08-18 22:46:29 +0000 |
commit | 402899809af063240e564f105ec22423fefbea61 (patch) | |
tree | 04f7b6c9f02d31bfb54ab2070f124b8e32554867 /emulators | |
parent | 4d12f83ce14656cd4cddc462df8559d6da7ad75a (diff) | |
download | pkgsrc-402899809af063240e564f105ec22423fefbea61.tar.gz |
Replace MIRROR_DISTFILES and NO_CDROM with the more descriptive and
more fine-grained NO_{BIN,SRC}_ON_{FTP,CDROM} definitions.
MIRROR_DISTFILES and NO_CDROM are now dead.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/atari800/Makefile | 12 | ||||
-rw-r--r-- | emulators/fmsx/Makefile | 3 | ||||
-rw-r--r-- | emulators/freebsd_lib/Makefile | 12 | ||||
-rw-r--r-- | emulators/vice/Makefile | 3 |
4 files changed, 10 insertions, 20 deletions
diff --git a/emulators/atari800/Makefile b/emulators/atari800/Makefile index 675a2284bd9..7a973b46f15 100644 --- a/emulators/atari800/Makefile +++ b/emulators/atari800/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2000/07/22 12:03:38 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.6 2000/08/18 22:46:32 hubertf Exp $ DISTNAME= Atari800-0.9.9a PKGNAME= atari800-0.9.9a @@ -12,11 +12,13 @@ HOMEPAGE= http://cas3.zlin.vutbr.cz/~stehlik/a800.htm BUILD_DEPENDS= unzip:../../archivers/unzip -USE_X11= yes -RESTRICTED= "copyrighted ROM images" -NO_CDROM= ${RESTRICTED} -MIRROR_DISTFILE=no +RESTRICTED= "copyrighted ROM images" +NO_SRC_ON_FTP= ${RESTRICTED} +NO_SRC_ON_CDROM= ${RESTRICTED} +NO_BIN_ON_FTP= ${RESTRICTED} +NO_BIN_ON_CDROM= ${RESTRICTED} +USE_X11= yes EXTRACT_CMD= unzip -Loq ${DOWNLOADED_DISTFILE} MAKE_FLAGS= LDFLAGS="${LDFLAGS} -L${X11BASE}/lib" OBJ="atari_x11.o" \ CFLAGS="-c ${CFLAGS} -DPREFIX=\\\"${PREFIX}\\\"" diff --git a/emulators/fmsx/Makefile b/emulators/fmsx/Makefile index 5747236b4bc..cc21b875ded 100644 --- a/emulators/fmsx/Makefile +++ b/emulators/fmsx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2000/08/06 14:45:04 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2000/08/18 22:46:32 hubertf Exp $ DISTNAME= fMSX22.tar PKGNAME= fmsx-2.2 @@ -14,7 +14,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -MIRROR_DISTFILE= no USE_X11= yes diff --git a/emulators/freebsd_lib/Makefile b/emulators/freebsd_lib/Makefile index 31a0245eef7..4d0c204d432 100644 --- a/emulators/freebsd_lib/Makefile +++ b/emulators/freebsd_lib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 1999/12/29 01:41:00 wiz Exp $ +# $NetBSD: Makefile,v 1.8 2000/08/18 22:46:33 hubertf Exp $ # DISTNAME= freebsd_lib-2.2.7 @@ -9,16 +9,6 @@ MAINTAINER= packages@netbsd.org ONLY_FOR_PLATFORM= NetBSD-*-i386 -# -# The distfile is distributed under the GPL, so no re-distribution of -# binaries without source. -# -# Source can be found on -# http://www.flame.org/NetBSD/freebsd_lib.2.2.7-src.tar.gz. -# It seems nasty to have to provide source when FreeBSD already does. -# -MIRROR_DISTFILE= no - NO_BUILD= yes NO_WRKSUBDIR= yes diff --git a/emulators/vice/Makefile b/emulators/vice/Makefile index 0eb5084bb88..4b7cbbf6090 100644 --- a/emulators/vice/Makefile +++ b/emulators/vice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2000/07/20 13:30:59 rh Exp $ +# $NetBSD: Makefile,v 1.11 2000/08/18 22:46:33 hubertf Exp $ DISTNAME= vice-1.2 CATEGORIES= emulators @@ -17,7 +17,6 @@ NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} -MIRROR_DISTFILE= no EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} |