pkgsrc/games/quake3server/Makefile.common
rillig 9fc2d7d281 Removed the superfluous "quotes" and 'quotes' from variables that don't
need them, for example RESTRICTED and SUBST_MESSAGE.*.
2006-04-22 09:22:05 +00:00

15 lines
462 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2006/04/22 09:22:09 rillig 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"