summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-01-25 03:48:58 +0000
committerxtraeme <xtraeme>2004-01-25 03:48:58 +0000
commitf5344246e1c3df86cbf50e6cbddb10dbb19fb8bc (patch)
tree80b0d05efea0f7f81ed792d08722b8edddb70730 /games
parentaffa1abd547f74d8cf3a1e5c314077a1e336bcf6 (diff)
downloadpkgsrc-f5344246e1c3df86cbf50e6cbddb10dbb19fb8bc.tar.gz
Add NO_SRC_* and NO_BIN_* options for quake3server mods, pointed out
by David Ferlier.
Diffstat (limited to 'games')
-rw-r--r--games/quake3server/Makefile.common8
1 files changed, 7 insertions, 1 deletions
diff --git a/games/quake3server/Makefile.common b/games/quake3server/Makefile.common
index 0bdff28729f..3f65f927818 100644
--- a/games/quake3server/Makefile.common
+++ b/games/quake3server/Makefile.common
@@ -1,8 +1,14 @@
-# $NetBSD: Makefile.common,v 1.2 2004/01/22 09:02:30 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.3 2004/01/25 03:48:58 xtraeme Exp $
NO_BUILD= yes
Q3ROOTDIR= ${PREFIX}/lib/lokigames/quake3server
ONLY_FOR_PLATFORM= NetBSD-*-i386
+RESTRICTED= "Size; the data set is much too big"
+NO_SRC_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_CDROM= ${RESTRICTED}
+NO_BIN_ON_FTP= ${RESTRICTED}
+NO_SRC_ON_FTP= ${RESTRICTED}
+
DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base
.include "../../emulators/suse_linux/Makefile.application"