diff options
author | joerg <joerg@pkgsrc.org> | 2005-12-12 14:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2005-12-12 14:43:23 +0000 |
commit | 1f6a39a84e10fec37df3728c67f6821cc88e7231 (patch) | |
tree | 97ae5019218968b99f2894114562532ab97bb4da /games/quake3arena | |
parent | 7923936df560993a53a43905e2f693c1d5d6fdba (diff) | |
download | pkgsrc-1f6a39a84e10fec37df3728c67f6821cc88e7231.tar.gz |
First step at reworking Linux binary packages.
Change most pkgs to depend on either
emulators/suse_linux/Makefile.application (normal pkgs) or
Makefile.common (suse91 and suse themselves) to filter out Operating
Systems without Linux ABI support. Use CPU masks to limit the pkg to
supported platforms.
Diffstat (limited to 'games/quake3arena')
-rw-r--r-- | games/quake3arena/Makefile | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/games/quake3arena/Makefile b/games/quake3arena/Makefile index 90f2dc3bc5c..02444941f0a 100644 --- a/games/quake3arena/Makefile +++ b/games/quake3arena/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/07/15 18:27:51 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/12 14:43:25 joerg Exp $ DISTNAME= linuxq3apoint-1.32b.x86 PKGREVISION= 1 @@ -14,14 +14,12 @@ COMMENT= Quake 3 Arena -- first person shooter (binary only, no data files) CONFLICTS= quake3arena-demo-[0-9]* -.include "../../mk/bsd.prefs.mk" +.include "../../emulators/suse_linux/Makefile.application" -.if ${OPSYS} != Linux +.if !defined(USE_NATIVE_LINUX) DEPENDS+= suse_base>=6.3:../../emulators/${SUSE_DIR_PREFIX}_base DEPENDS+= suse_x11>=6.3:../../emulators/${SUSE_DIR_PREFIX}_x11 DEPENDS+= suse_glx>=6.4:../../emulators/${SUSE_DIR_PREFIX}_glx -.include "../../emulators/suse_linux/Makefile.application" -.else .endif NO_SRC_ON_FTP= no |