svn commit: r330508 - head/games/concentration
Dmitry Marakasov
amdmi3 at FreeBSD.org
Wed Oct 16 13:00:36 UTC 2013
Author: amdmi3
Date: Wed Oct 16 13:00:35 2013
New Revision: 330508
URL: http://svnweb.freebsd.org/changeset/ports/330508
Log:
- Support staging
- Add DESKTOP_ENTRIES
Deleted:
head/games/concentration/pkg-plist
Modified:
head/games/concentration/Makefile
Modified: head/games/concentration/Makefile
==============================================================================
--- head/games/concentration/Makefile Wed Oct 16 12:59:40 2013 (r330507)
+++ head/games/concentration/Makefile Wed Oct 16 13:00:35 2013 (r330508)
@@ -12,13 +12,21 @@ MAINTAINER= amdmi3 at FreeBSD.org
COMMENT= Find all matching pairs of icons as fast as possible
GNU_CONFIGURE= yes
-USE_GMAKE= yes
+USES= gmake
USE_SDL= sdl mixer image ttf
CPPFLAGS+= `${SDL_CONFIG} --cflags`
LDFLAGS+= `${SDL_CONFIG} --libs`
-MAN6= concentration.6
+PLIST_FILES= bin/${PORTNAME} \
+ man/man6/${PORTNAME}.6.gz
+PORTDATA= *
+
+DESKTOP_ENTRIES="Concentration" \
+ "${COMMENT}" \
+ "${DATADIR}/pics/cover.png" \
+ "${PORTNAME}" \
+ "Game;LogicGame;" \
+ ""
-NO_STAGE= yes
.include <bsd.port.mk>
More information about the svn-ports-all
mailing list