From 63f70b3c2b713ff9fdc25c33cfb0711566cd5d89 Mon Sep 17 00:00:00 2001 From: Jim Mock Date: Mon, 18 Jun 2001 18:52:52 +0000 Subject: Update to version 1.5.0. This application now uses GTK (oh, happy joy). --- games/dopewars/Makefile | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) (limited to 'games/dopewars/Makefile') 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" -- cgit v1.2.3