summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/fire/Makefile11
-rw-r--r--games/lbreakout/Makefile12
-rw-r--r--games/newvox/Makefile11
3 files changed, 18 insertions, 16 deletions
diff --git a/games/fire/Makefile b/games/fire/Makefile
index 4e50cd9162f..2069de944b7 100644
--- a/games/fire/Makefile
+++ b/games/fire/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 21:48:31 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/26 10:08:31 zuntum Exp $
#
DISTNAME= fire-1.0
@@ -9,9 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/fire/index.html
COMMENT= organic fireworks demo
-DEPENDS+= SDL>=1.1.6:../../devel/SDL
-
-GNU_CONFIGURE= YES
-USE_X11= YES
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+GNU_CONFIGURE= YES
+USE_X11= YES
+.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/lbreakout/Makefile b/games/lbreakout/Makefile
index b65e6079407..806db02c7b5 100644
--- a/games/lbreakout/Makefile
+++ b/games/lbreakout/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:53 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2001/06/26 10:15:26 zuntum Exp $
#
DISTNAME= lbreakout-001018
@@ -9,11 +9,11 @@ MAINTAINER= rh@netbsd.org
HOMEPAGE= http://lgames.sourceforge.net/
COMMENT= breakout-style arcade game
-DEPENDS+= SDL>=1.1.5nb1:../../devel/SDL
-
-USE_X11= YES
-GNU_CONFIGURE= YES
-CONFIGURE_ARGS+=--with-sdl-prefix=${PREFIX}
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+USE_X11= YES
+GNU_CONFIGURE= YES
CONFIGURE_ARGS+=--disable-sound
+.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/games/newvox/Makefile b/games/newvox/Makefile
index f8f2ed5d72d..db9100e389c 100644
--- a/games/newvox/Makefile
+++ b/games/newvox/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2001/04/17 22:14:35 rh Exp $
+# $NetBSD: Makefile,v 1.2 2001/06/26 10:15:25 zuntum Exp $
#
DISTNAME= newvox-1.0
@@ -9,9 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.libsdl.org/projects/newvox/index.html
COMMENT= voxel-style landscape rendering fly-by
-DEPENDS+= SDL>=1.1.6:../../devel/SDL
-
-GNU_CONFIGURE= YES
-USE_X11= YES
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
+GNU_CONFIGURE= YES
+USE_X11= YES
+.include "../../devel/SDL/buildlink.mk"
.include "../../mk/bsd.pkg.mk"