diff options
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" |