diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2017-12-08 01:53:38 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 06:05:30 +0800 |
commit | 11497acec9db405a55f351c0bf138a310826aadc (patch) | |
tree | bc165a516095ec7d9665d53748acb41e04e29b9c /games | |
parent | 8f6041df33997183eb9b5c55110af2695235d36d (diff) | |
download | freebsd-ports-gnome-11497acec9db405a55f351c0bf138a310826aadc.tar.gz freebsd-ports-gnome-11497acec9db405a55f351c0bf138a310826aadc.tar.zst freebsd-ports-gnome-11497acec9db405a55f351c0bf138a310826aadc.zip |
- Add LICENSE
- Add missing Qt dependency
- Cosmetic fixes
Diffstat (limited to 'games')
-rw-r--r-- | games/colorcode/Makefile | 14 |
1 files changed, 10 insertions, 4 deletions
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 |