diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-30 21:25:06 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2015-05-30 21:25:06 +0000 |
commit | 90a49f047213b5e4589868c4f9ed9f34fa186e8b (patch) | |
tree | a3eb79bf2c8deb40f9ed91f12f1edf0402cc910f /games/2048-qt/Makefile | |
parent | bb165f9986932211da4c067d134f86dd3331320a (diff) | |
download | ports-90a49f047213b5e4589868c4f9ed9f34fa186e8b.tar.gz ports-90a49f047213b5e4589868c4f9ed9f34fa186e8b.zip |
Notes
Diffstat (limited to 'games/2048-qt/Makefile')
-rw-r--r-- | games/2048-qt/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/games/2048-qt/Makefile b/games/2048-qt/Makefile index 580174308b4c..79193117ba0e 100644 --- a/games/2048-qt/Makefile +++ b/games/2048-qt/Makefile @@ -2,6 +2,7 @@ PORTNAME= 2048-qt PORTVERSION= 0.1.5 +DISTVERSIONPREFIX= v CATEGORIES= games MASTER_SITES= GH @@ -10,13 +11,11 @@ COMMENT= 2048 game implemented in QT USE_GITHUB= yes GH_ACCOUNT= xiaoyong -GH_PROJECT= ${PORTNAME} -GH_TAGNAME= v${DISTVERSION} +GH_PROJECT= 2048-Qt USES= gmake pkgconfig qmake tar:bzip2 USE_QT5= core gui network widgets qml quick buildtools quickcontrols -WRKSRC= ${WRKDIR}/2048-Qt-${PORTVERSION} PLIST_FILES= bin/2048-qt do-install: |