svn commit: r416868 - head/games/concentration
Dmitry Marakasov
amdmi3 at FreeBSD.org
Mon Jun 13 20:05:00 UTC 2016
Author: amdmi3
Date: Mon Jun 13 20:04:59 2016
New Revision: 416868
URL: https://svnweb.freebsd.org/changeset/ports/416868
Log:
- Add LICENSE
- Switch to USES=localbase
- No need to duplicate COMMENT in DESKTOP_ENTRIES
Modified:
head/games/concentration/Makefile
Modified: head/games/concentration/Makefile
==============================================================================
--- head/games/concentration/Makefile Mon Jun 13 20:04:52 2016 (r416867)
+++ head/games/concentration/Makefile Mon Jun 13 20:04:59 2016 (r416868)
@@ -11,19 +11,19 @@ MASTER_SITES= http://www.shiftygames.com
MAINTAINER= amdmi3 at 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;" \
More information about the svn-ports-all
mailing list