- 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
This commit is contained in:
parent
da4cdaffbb
commit
7b8680d4cb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355748
1 changed files with 8 additions and 10 deletions
|
@ -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
|
||||
|
||||
DESKTOP_ENTRIES="XLife" "" "${PORTNAME}" \
|
||||
"${PORTNAME}" "Game;Simulation;" ""
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
PORTDOCS= *
|
||||
|
||||
DESKTOP_ENTRIES="XLife" "" "" "${PORTNAME}" "" false
|
||||
|
||||
DOC_FILES= CHANGES HACKING HOW-TO-INSTALL INSTALL MISSED README \
|
||||
SHORT-INFO XLIFE-HISTORY.dot changelog.debian changelog.openbsd
|
||||
DOC_FILES= CHANGES HACKING MISSED README \
|
||||
SHORT-INFO XLIFE-HISTORY.dot
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
|
|
Loading…
Reference in a new issue