aboutsummaryrefslogtreecommitdiffstats
path: root/games
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-06-14 04:04:59 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-06-14 04:04:59 +0800
commit1f13caeb3cdae119e385859c7354a44c365c6815 (patch)
tree21829679bcf924c67efdc9cf4607572b9572c73f /games
parentf88e2967f4c6045871ef286d0e14273765014382 (diff)
downloadfreebsd-ports-gnome-1f13caeb3cdae119e385859c7354a44c365c6815.tar.gz
freebsd-ports-gnome-1f13caeb3cdae119e385859c7354a44c365c6815.tar.zst
freebsd-ports-gnome-1f13caeb3cdae119e385859c7354a44c365c6815.zip
- Add LICENSE
- Switch to USES=localbase - No need to duplicate COMMENT in DESKTOP_ENTRIES
Diffstat (limited to 'games')
-rw-r--r--games/concentration/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/games/concentration/Makefile b/games/concentration/Makefile
index fe6f996a3f58..5cde3ee80ae0 100644
--- a/games/concentration/Makefile
+++ b/games/concentration/Makefile
@@ -11,19 +11,19 @@ MASTER_SITES= http://www.shiftygames.com/concentration/ \
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Find all matching pairs of icons as fast as possible
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
+
+USES= gmake localbase
GNU_CONFIGURE= yes
-USES= gmake
USE_SDL= sdl mixer image ttf
-CPPFLAGS+= `${SDL_CONFIG} --cflags`
-LDFLAGS+= `${SDL_CONFIG} --libs`
-
PLIST_FILES= bin/${PORTNAME} \
man/man6/${PORTNAME}.6.gz
PORTDATA= *
DESKTOP_ENTRIES="Concentration" \
- "${COMMENT}" \
+ "" \
"${DATADIR}/pics/cover.png" \
"${PORTNAME}" \
"Game;LogicGame;" \