aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2014-05-30 04:59:26 +0800
committernemysis <nemysis@FreeBSD.org>2014-05-30 04:59:26 +0800
commitbeffd02f3a885fd5bf3eaffd0f995d4bee498d29 (patch)
tree630076412400c79f1509579989fcd74ceb58b0a6 /games
parentc3c68f5089302ee3c7d5cb4252c78ee45f3fcfd8 (diff)
downloadfreebsd-ports-gnome-beffd02f3a885fd5bf3eaffd0f995d4bee498d29.tar.gz
freebsd-ports-gnome-beffd02f3a885fd5bf3eaffd0f995d4bee498d29.tar.zst
freebsd-ports-gnome-beffd02f3a885fd5bf3eaffd0f995d4bee498d29.zip
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes - Change Desktop entry file - Remove HOW-TO-INSTALL, INSTALL, changelog.debian and changelog.openbsd from DOCS
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>