From 11497acec9db405a55f351c0bf138a310826aadc Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Thu, 7 Dec 2017 17:53:38 +0000 Subject: - Add LICENSE - Add missing Qt dependency - Cosmetic fixes --- games/colorcode/Makefile | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'games') diff --git a/games/colorcode/Makefile b/games/colorcode/Makefile index 647cd19e7b24..3485b4ff4e34 100644 --- a/games/colorcode/Makefile +++ b/games/colorcode/Makefile @@ -9,13 +9,19 @@ DISTNAME= ColorCode-${PORTVERSION} MAINTAINER= ports@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 -- cgit