diff options
author | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-02 15:44:31 +0000 |
---|---|---|
committer | Rusmir Dusko <nemysis@FreeBSD.org> | 2014-05-02 15:44:31 +0000 |
commit | 57e1777e91936a84f4ca0ca0ab62fdc9da78cf30 (patch) | |
tree | e6b1a7c7ffffd837564fbbe1f9a0848492688cc0 /games/popstar/Makefile | |
parent | b243855f9fc4ac76491afe1408b402df03c025d4 (diff) |
Notes
Diffstat (limited to 'games/popstar/Makefile')
-rw-r--r-- | games/popstar/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/games/popstar/Makefile b/games/popstar/Makefile index a3b3c538e97e..985501712058 100644 --- a/games/popstar/Makefile +++ b/games/popstar/Makefile @@ -5,13 +5,12 @@ PORTNAME= popstar PORTVERSION= 0.0.2 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/popstar/ \ - ftp://ftp.billsgames.com/unix/x/popstar/ \ SF/nemysisfreebsdp/${CATEGORIES}/${PORTNAME}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Simple puzzle game involving floating stars LICENSE= GPLv2 CCbyNCSA3 @@ -23,13 +22,12 @@ LICENSE_PERMS_CCbyNCSA3=dist-mirror pkg-mirror auto-accept USES= gmake USE_SDL= image mixer sdl -PORTDOCS= AUTHORS.txt CHANGES.txt README.txt TODO.txt - -DESKTOP_ENTRIES="Pop Star" "${COMMENT}" "${PORTNAME}" \ - "${PORTNAME}" "Game;ArcadeGame;" false - +PORTDOCS= AUTHORS.txt CHANGES.txt README.txt OPTIONS_DEFINE= DOCS +DESKTOP_ENTRIES="Pop Star" "" "${PORTNAME}" \ + "${PORTNAME}" "Game;ArcadeGame;" "" + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/ |