diff options
author | jlam <jlam@pkgsrc.org> | 2001-06-20 08:07:38 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2001-06-20 08:07:38 +0000 |
commit | 6b68bdaaa3896ecd3215668caedcb79b7cbad810 (patch) | |
tree | 523c9bdb62b95f6083a11346f7c8e9f509fda52f /games/dopewars | |
parent | 45e7389f7d42cbd6a582c8a73fa18d427bd443d6 (diff) | |
download | pkgsrc-6b68bdaaa3896ecd3215668caedcb79b7cbad810.tar.gz |
Convert to use buildlink.mk files and mark as USE_BUILDLINK_ONLY.
Diffstat (limited to 'games/dopewars')
-rw-r--r-- | games/dopewars/Makefile | 12 |
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" |