diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-30 20:38:34 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-30 20:38:34 +0000 |
commit | 010cf366bca62522f4fe4e16f38ea8c67bef5f73 (patch) | |
tree | 201a45be7e58e3a68fca32324188d0510709aaaa /games/sdlroids | |
parent | 7428628ac588cfbb4396bf030f4cb6e927a965b1 (diff) |
Notes
Diffstat (limited to 'games/sdlroids')
-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}" \ |