summaryrefslogtreecommitdiff
path: root/games/dopewars/Makefile
diff options
context:
space:
mode:
authorjlam <jlam>2001-06-20 08:07:38 +0000
committerjlam <jlam>2001-06-20 08:07:38 +0000
commit9d5c76998d4016bf896053524add734b005a7e60 (patch)
tree523c9bdb62b95f6083a11346f7c8e9f509fda52f /games/dopewars/Makefile
parent64d7cded6ea45a4cbf15a29c8b73195976c53fdb (diff)
downloadpkgsrc-9d5c76998d4016bf896053524add734b005a7e60.tar.gz
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r--games/dopewars/Makefile12
1 files changed, 7 insertions, 5 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile
index 9581af32786..75ee3f77d40 100644
--- a/games/dopewars/Makefile
+++ b/games/dopewars/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2001/06/04 16:14:06 wiz Exp $
+# $NetBSD: Makefile,v 1.7 2001/06/20 08:07:38 jlam Exp $
DISTNAME= dopewars-1.5.0
CATEGORIES= games
@@ -11,12 +11,11 @@ MAINTAINER= root@garbled.net
HOMEPAGE= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/
COMMENT= Make a fortune dealing drugs on the streets of New York
-DEPENDS+= glib>=1.2.0:../../devel/glib
+USE_BUILDLINK_ONLY= YES
+USE_CONFIG_WRAPPER= YES
-USE_CURSES= YES
-USE_LIBINTL= YES
+#USE_LIBINTL= YES
USE_GMAKE= YES
-REPLACE_NCURSES= ${WRKSRC}/configure
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-ncurses
@@ -25,4 +24,7 @@ CONFIGURE_ARGS+= --disable-gui-client
# datadir is the place the score file is saved
CONFIGURE_ARGS+= --datadir=/var/games
+.include "../../devel/gettext-lib/buildlink.mk"
+.include "../../devel/glib/buildlink.mk"
+.include "../../devel/ncurses/buildlink.mk"
.include "../../mk/bsd.pkg.mk"