summaryrefslogtreecommitdiff
path: root/games/quake3server/Makefile.common
blob: 667d96f1ca765e677e029eb56407830b0cef6351 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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"