- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes - Remove TODO from DOCS
This commit is contained in:
parent
7428628ac5
commit
010cf366bc
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=355910
1 changed files with 4 additions and 6 deletions
|
@ -12,21 +12,19 @@ DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \
|
|||
DIST_SUBDIR= ${PORTNAME}
|
||||
EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX}
|
||||
|
||||
MAINTAINER= nemysis@FreeBSD.org
|
||||
MAINTAINER= games@FreeBSD.org
|
||||
COMMENT= Enhanced shoot-the-asteroids game
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
USE_BZIP2= yes
|
||||
USES= gmake
|
||||
USES= gmake tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ARGS= --datadir=${STAGEDIR}${PREFIX}/share
|
||||
CONFIGURE_ARGS= --datadir=${STAGEDIR}${PREFIX}/share
|
||||
USE_GCC= yes
|
||||
USE_CSTD= gnu89
|
||||
USE_SDL= mixer sdl
|
||||
|
||||
PORTDOCS= ChangeLog README README.orig README.petopt README.xhyperoid TODO
|
||||
|
||||
PORTDOCS= ChangeLog README README.orig README.petopt README.xhyperoid
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
DESKTOP_ENTRIES="SDLRoids" "" "${PORTNAME}" \
|
||||
|
|
Loading…
Reference in a new issue