diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-21 14:07:51 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-04-21 14:07:51 +0000 |
commit | 650ec197931987bce897698179e831ce3356d34b (patch) | |
tree | faf442d6930e1ab02c3b5d71e967b0249d0210da /games/xbattle | |
parent | 178c68f51b14826cf05b3e9aa218787ad9f40d86 (diff) | |
download | ports-650ec197931987bce897698179e831ce3356d34b.tar.gz ports-650ec197931987bce897698179e831ce3356d34b.zip |
Notes
Diffstat (limited to 'games/xbattle')
-rw-r--r-- | games/xbattle/Makefile | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/games/xbattle/Makefile b/games/xbattle/Makefile index 47c4eaed9a0a..2c3523bebd6b 100644 --- a/games/xbattle/Makefile +++ b/games/xbattle/Makefile @@ -3,16 +3,21 @@ PORTNAME= xbattle PORTVERSION= 5.4.1 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= games MASTER_SITES= GENTOO/distfiles \ SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}_icons${EXTRACT_SUFX}:icons -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Concurrent multi-player battle strategy game +LICENSE= XBATTLE_LICENSE +LICENSE_NAME= XBATTLE License +LICENSE_FILE= ${WRKSRC}/COPYRIGHT +LICENSE_PERMS= dist-mirror dist-sell pkg-mirror pkg-sell auto-accept + RUN_DEPENDS= xdialog>0:${PORTSDIR}/x11/xdialog USES= imake |