diff options
author | wiz <wiz@pkgsrc.org> | 2001-06-04 16:14:06 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2001-06-04 16:14:06 +0000 |
commit | 972d1731b3b6e3bcfc8fa9d380031d9edc5b974e (patch) | |
tree | 86e36aa9861d0ab28778a8dfa660115c1a17901b /games/dopewars/Makefile | |
parent | 27a0c2c6c6992b6d6881bf85cfc1cc44d8ab9a37 (diff) | |
download | pkgsrc-972d1731b3b6e3bcfc8fa9d380031d9edc5b974e.tar.gz |
Update to 1.5.0.
Major changes since 1.4.8: Dependency on glib, gtk-interface (not
enabled), completely rewritten fighting code, i18n support, man page,
display buy value for drugs, partially functional AI players, and lots
of bugfixes.
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index 5d3c4425f85..9581af32786 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.5 2001/02/16 15:10:47 wiz Exp $ +# $NetBSD: Makefile,v 1.6 2001/06/04 16:14:06 wiz Exp $ -DISTNAME= dopewars-1.4.8 +DISTNAME= dopewars-1.5.0 CATEGORIES= games MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ \ ${MASTER_SITE_SOURCEFORGE:=dopewars/} \ @@ -11,12 +11,17 @@ 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_CURSES= YES +USE_LIBINTL= YES USE_GMAKE= YES REPLACE_NCURSES= ${WRKSRC}/configure GNU_CONFIGURE= YES +CONFIGURE_ARGS+= --enable-ncurses CONFIGURE_ARGS+= --enable-networking +CONFIGURE_ARGS+= --disable-gui-client # datadir is the place the score file is saved CONFIGURE_ARGS+= --datadir=/var/games |