diff options
author | nemysis <nemysis@FreeBSD.org> | 2014-05-31 04:38:34 +0800 |
---|---|---|
committer | nemysis <nemysis@FreeBSD.org> | 2014-05-31 04:38:34 +0800 |
commit | 9e06275f06cfa7ccc0eec3e4e5b7878dcb0e3882 (patch) | |
tree | 201a45be7e58e3a68fca32324188d0510709aaaa /games | |
parent | 6dc314f268954e998666552014f870126bfd80b7 (diff) | |
download | freebsd-ports-gnome-9e06275f06cfa7ccc0eec3e4e5b7878dcb0e3882.tar.gz freebsd-ports-gnome-9e06275f06cfa7ccc0eec3e4e5b7878dcb0e3882.tar.zst freebsd-ports-gnome-9e06275f06cfa7ccc0eec3e4e5b7878dcb0e3882.zip |
- Transfer maintainership to games@ team
- Use tar:bzip2 instead of USE_BZIP2=yes
- Remove TODO from DOCS
Diffstat (limited to 'games')
-rw-r--r-- | games/sdlroids/Makefile | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/games/sdlroids/Makefile b/games/sdlroids/Makefile index 37fa5c62445d..622db310070a 100644 --- a/games/sdlroids/Makefile +++ b/games/sdlroids/Makefile @@ -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}" \ |