summaryrefslogtreecommitdiff
path: root/games/adom
diff options
context:
space:
mode:
authorjoerg <joerg>2005-12-12 14:43:23 +0000
committerjoerg <joerg>2005-12-12 14:43:23 +0000
commitb6040619aa907584751304a36c1d26313cff26e6 (patch)
tree97ae5019218968b99f2894114562532ab97bb4da /games/adom
parent71133dae32f632249eb0e87a1e49bee676db468f (diff)
downloadpkgsrc-b6040619aa907584751304a36c1d26313cff26e6.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/adom')
-rw-r--r--games/adom/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/games/adom/Makefile b/games/adom/Makefile
index 90c692a847e..56d7555230e 100644
--- a/games/adom/Makefile
+++ b/games/adom/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2005/11/10 06:24:49 rillig Exp $
+# $NetBSD: Makefile,v 1.9 2005/12/12 14:43:25 joerg Exp $
#
DISTNAME= adom-111-elf
@@ -17,9 +17,9 @@ NO_BUILD= YES
NO_CONFIGURE= YES
CHECK_SHLIBS= NO
-.include "../../mk/bsd.prefs.mk"
+.include "../../emulators/suse_linux/Makefile.application"
-.if ${OPSYS} == "NetBSD"
+.if !defined(USE_NATIVE_LINUX)
DEPENDS+= suse_base>=6.1:../../emulators/${SUSE_DIR_PREFIX}_base
.endif
@@ -30,5 +30,4 @@ do-install:
${INSTALL_DATA} ${WRKSRC}/*.* ${PREFIX}/share/doc/adom
${INSTALL_PROGRAM} ${WRKSRC}/adom ${PREFIX}/bin
-.include "../../emulators/suse_linux/Makefile.application"
.include "../../mk/bsd.pkg.mk"