Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 13 Jun 2016 20:04:59 +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: r416868 - head/games/concentration
Message-ID:  <201606132004.u5DK4xk2064073@repo.freebsd.org>

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



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