diff options
author | Jim Mock <jim@FreeBSD.org> | 2001-06-18 18:52:52 +0000 |
---|---|---|
committer | Jim Mock <jim@FreeBSD.org> | 2001-06-18 18:52:52 +0000 |
commit | 63f70b3c2b713ff9fdc25c33cfb0711566cd5d89 (patch) | |
tree | 10e0da7aa82b8c28528bad064f2bb49f06aac7a0 /games/dopewars/Makefile | |
parent | Fix pkg-plist. (diff) |
Update to version 1.5.0. This application now uses GTK (oh, happy joy).
Notes
Notes:
svn path=/head/; revision=44184
Diffstat (limited to 'games/dopewars/Makefile')
-rw-r--r-- | games/dopewars/Makefile | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/games/dopewars/Makefile b/games/dopewars/Makefile index b102e6f0c36b..261bf93b577e 100644 --- a/games/dopewars/Makefile +++ b/games/dopewars/Makefile @@ -6,20 +6,19 @@ # PORTNAME= dopewars -PORTVERSION= 1.4.8 -PORTREVISION= 1 +PORTVERSION= 1.5.0 CATEGORIES= games -MASTER_SITES= http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ +MASTER_SITES= http://dopewars.sourceforge.net/ \ + http://bellatrix.pcl.ox.ac.uk/~ben/dopewars/ MAINTAINER= jim@FreeBSD.org USE_GMAKE= yes GNU_CONFIGURE= yes +USE_GTK= yes +USE_X_PREFIX= yes -pre-fetch: -.if !defined(BATCH) && !defined(PACKAGE_BUILDING) - ${SH} pkg-install -.endif +CONFIGURE_ARGS= --enable-nls post-install: @${ECHO} "===> Documentation is installed in ${PREFIX}/share/doc/dopewars" |