Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Oct 2013 13:00:35 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r330508 - head/games/concentration
Message-ID:  <201310161300.r9GD0Z6R019461@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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@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>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310161300.r9GD0Z6R019461>