svn commit: r455745 - head/games/colorcode

Dmitry Marakasov amdmi3 at FreeBSD.org
Thu Dec 7 17:53:39 UTC 2017


Author: amdmi3
Date: Thu Dec  7 17:53:38 2017
New Revision: 455745
URL: https://svnweb.freebsd.org/changeset/ports/455745

Log:
  - Add LICENSE
  - Add missing Qt dependency
  - Cosmetic fixes

Modified:
  head/games/colorcode/Makefile

Modified: head/games/colorcode/Makefile
==============================================================================
--- head/games/colorcode/Makefile	Thu Dec  7 17:37:37 2017	(r455744)
+++ head/games/colorcode/Makefile	Thu Dec  7 17:53:38 2017	(r455745)
@@ -9,13 +9,19 @@ DISTNAME=	ColorCode-${PORTVERSION}
 MAINTAINER=	ports at FreeBSD.org
 COMMENT=	Advanced MasterMind game and solver
 
-USE_QT5=	gui widgets buildtools_build
+LICENSE=	GPLv3+
+LICENSE_FILE=	${WRKSRC}/COPYING
+
+USE_QT5=	core gui widgets buildtools_build
 USES=		qmake
 WRKSRC=		${WRKDIR}/ColorCode-${PORTVERSION}
 
-DESKTOP_ENTRIES=	ColorCode "" \
-			colorcode colorcode \
-			"LogicGame;Game;Qt;" true
+DESKTOP_ENTRIES=ColorCode \
+		"" \
+		colorcode \
+		colorcode \
+		"LogicGame;Game;Qt;" \
+		true
 
 PLIST_FILES=	bin/colorcode \
 		share/pixmaps/colorcode.png


More information about the svn-ports-head mailing list