aboutsummaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2014-05-29 20:59:26 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2014-05-29 20:59:26 +0000
commit7b8680d4cbe5ea5fe50a6461e28bebd1f71869df (patch)
tree630076412400c79f1509579989fcd74ceb58b0a6 /games
parentda4cdaffbbb2c0d4c6d35a92a41fb3de89fcd254 (diff)
downloadports-7b8680d4cbe5ea5fe50a6461e28bebd1f71869df.tar.gz
ports-7b8680d4cbe5ea5fe50a6461e28bebd1f71869df.zip
Notes
Diffstat (limited to 'games')
-rw-r--r--games/xlife/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/games/xlife/Makefile b/games/xlife/Makefile
index e2b09266802b..c2d563809bfe 100644
--- a/games/xlife/Makefile
+++ b/games/xlife/Makefile
@@ -6,7 +6,7 @@ PORTVERSION= 6.7.6
CATEGORIES= games
MASTER_SITES= http://litwr2.atspace.eu/xlife/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= games@FreeBSD.org
COMMENT= John Horton Conway's Game of Life
LICENSE= MIT GPLv2
@@ -14,20 +14,18 @@ LICENSE_COMB= multi
RUN_DEPENDS= gawk:${PORTSDIR}/lang/gawk
-OPTIONS_DEFINE= DOCS
-
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R}
-USE_BZIP2= yes
-USES= imake:notall
+USES= imake:notall tar:bzip2
USE_XORG= x11
-PORTDOCS= *
-
-DESKTOP_ENTRIES="XLife" "" "" "${PORTNAME}" "" false
+DESKTOP_ENTRIES="XLife" "" "${PORTNAME}" \
+ "${PORTNAME}" "Game;Simulation;" ""
-DOC_FILES= CHANGES HACKING HOW-TO-INSTALL INSTALL MISSED README \
- SHORT-INFO XLIFE-HISTORY.dot changelog.debian changelog.openbsd
+OPTIONS_DEFINE= DOCS
+PORTDOCS= *
+DOC_FILES= CHANGES HACKING MISSED README \
+ SHORT-INFO XLIFE-HISTORY.dot
.include <bsd.port.options.mk>