Date: Tue, 20 Sep 2016 00:29:28 +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: r422472 - head/games/2048-qt Message-ID: <201609200029.u8K0TSY4023545@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Tue Sep 20 00:29:28 2016 New Revision: 422472 URL: https://svnweb.freebsd.org/changeset/ports/422472 Log: - Add LICENSE - Remove bogus USES=tar:bzip2 Approved by: portmgr blanket Modified: head/games/2048-qt/Makefile Modified: head/games/2048-qt/Makefile ============================================================================== --- head/games/2048-qt/Makefile Tue Sep 20 00:00:33 2016 (r422471) +++ head/games/2048-qt/Makefile Tue Sep 20 00:29:28 2016 (r422472) @@ -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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201609200029.u8K0TSY4023545>