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/gemdropx | |
parent | b243855f9fc4ac76491afe1408b402df03c025d4 (diff) |
Notes
Diffstat (limited to 'games/gemdropx')
-rw-r--r-- | games/gemdropx/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/games/gemdropx/Makefile b/games/gemdropx/Makefile index 17b222a9a7c3..43e9c5116f12 100644 --- a/games/gemdropx/Makefile +++ b/games/gemdropx/Makefile @@ -6,13 +6,12 @@ PORTVERSION= 0.9 PORTREVISION= 10 CATEGORIES= games MASTER_SITES= ftp://ftp.tuxpaint.org/unix/x/gemdropx/src/ \ - ftp://ftp.billsgames.com/unix/x/gemdropx/src/ \ SF/nemysisfreebsdp/${CATEGORIES}/:icons DISTFILES= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} \ ${PORTNAME}.png:icons EXTRACT_ONLY= ${PORTNAME}-${DISTVERSION}${EXTRACT_SUFX} -MAINTAINER= nemysis@FreeBSD.org +MAINTAINER= games@FreeBSD.org COMMENT= Interesting one-player puzzle game for X (SDL) LICENSE= GPLv2 @@ -21,8 +20,7 @@ USES= gmake USE_SDL= image mixer sdl ALL_TARGET= ${PORTNAME} -PORTDOCS= AUTHORS.txt CHANGES.txt ICON.txt README.txt TODO.txt - +PORTDOCS= AUTHORS.txt CHANGES.txt ICON.txt README.txt OPTIONS_DEFINE= DOCS DESKTOP_ENTRIES="Gem Drop X" "" "${PORTNAME}" \ |