aboutsummaryrefslogtreecommitdiffstats
path: root/games/2048-qt
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2016-09-20 08:29:28 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2016-09-20 08:29:28 +0800
commit7c6fdf055719227abdf5bc71b9b52e2c061974fd (patch)
tree22c2874b667ae3568fe12d12f67f7b9d518a69c0 /games/2048-qt
parentac2822f6c7949c1b11bcc38454c6a8ff014e0d03 (diff)
downloadfreebsd-ports-gnome-7c6fdf055719227abdf5bc71b9b52e2c061974fd.tar.gz
freebsd-ports-gnome-7c6fdf055719227abdf5bc71b9b52e2c061974fd.tar.zst
freebsd-ports-gnome-7c6fdf055719227abdf5bc71b9b52e2c061974fd.zip
- Add LICENSE
- Remove bogus USES=tar:bzip2 Approved by: portmgr blanket
Diffstat (limited to 'games/2048-qt')
-rw-r--r--games/2048-qt/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile
index 7a6df68eef21..92177cce1b80 100644
--- a/games/2048-qt/Makefile
+++ b/games/2048-qt/Makefile
@@ -8,11 +8,14 @@ CATEGORIES= games
MAINTAINER= swills@FreeBSD.org
COMMENT= 2048 game implemented in QT
+LICENSE= MIT
+LICENSE_FILE= ${WRKSRC}/LICENSE
+
USE_GITHUB= yes
GH_ACCOUNT= xiaoyong
GH_PROJECT= 2048-Qt
-USES= gmake pkgconfig qmake tar:bzip2
+USES= gmake pkgconfig qmake
USE_QT5= core gui network widgets qml quick buildtools_build quickcontrols
PLIST_FILES= bin/2048-qt ${DESKTOPDIR}/${PORTNAME}.desktop \