diff options
author | makc <makc@FreeBSD.org> | 2011-03-22 05:34:30 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2011-03-22 05:34:30 +0800 |
commit | 5589d1ed786493969d2ecb995d53a5b595a9a266 (patch) | |
tree | 9b860c034314342ed8a2a479b44a14127a2b959d /games/warmux/Makefile | |
parent | 46ddcf1dd804f2e640f33b3dcec41d8463611da4 (diff) | |
download | freebsd-ports-gnome-5589d1ed786493969d2ecb995d53a5b595a9a266.tar.gz freebsd-ports-gnome-5589d1ed786493969d2ecb995d53a5b595a9a266.tar.zst freebsd-ports-gnome-5589d1ed786493969d2ecb995d53a5b595a9a266.zip |
Update to 11.01
Diffstat (limited to 'games/warmux/Makefile')
-rw-r--r-- | games/warmux/Makefile | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/games/warmux/Makefile b/games/warmux/Makefile index 4b0dfeb38aae..a39c97b019bc 100644 --- a/games/warmux/Makefile +++ b/games/warmux/Makefile @@ -5,12 +5,11 @@ # $FreeBSD$ # -PORTNAME= wormux -DISTVERSION= 0.9.2.1 -PORTREVISION= 2 +PORTNAME= warmux +DISTVERSION= 11.01 CATEGORIES= games -MASTER_SITES= http://download.gna.org/wormux/ \ - http://download.gna.org/wormux/archive/ +MASTER_SITES= http://download.gna.org/${PORTNAME}/ \ + http://download.gna.org/${PORTNAME}/archive/ MAINTAINER= makc@FreeBSD.org COMMENT= Wormux game @@ -18,6 +17,8 @@ COMMENT= Wormux game LIB_DEPENDS= xml++-2.6.2:${PORTSDIR}/textproc/libxml++26 \ curl:${PORTSDIR}/ftp/curl +CONFLICTS= wormux-* + USE_BZIP2= yes GNU_CONFIGURE= yes USE_GMAKE= yes @@ -26,7 +27,7 @@ MAKE_JOBS_SAFE= yes USE_DOS2UNIX= fixed_class.h MANCOMPRESSED= no -MAN6= wormux.6 +MAN6= warmux.6 OPTIONS+= NLS "Native Language Support via gettext utilities" on \ FRIBIDI "Enable bi-directional unicode support" off \ |