diff options
Diffstat (limited to 'games/peg-e/Makefile')
-rw-r--r-- | games/peg-e/Makefile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/games/peg-e/Makefile b/games/peg-e/Makefile index 14f31cea9de1..a8497e01a3f5 100644 --- a/games/peg-e/Makefile +++ b/games/peg-e/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= peg-e -PORTVERSION= 1.1.2 +PORTVERSION= 1.2.1 CATEGORIES= games MASTER_SITES= http://gottcode.org/peg-e/ \ http://mirror.amdmi3.ru/distfiles/ @@ -11,8 +11,11 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= amdmi3@FreeBSD.org COMMENT= Peg elimination game -USES= tar:bzip2 qmake -USE_QT4= corelib gui moc_build rcc_build +LICENSE= GPLv3 # or later +LICENSE_FILE= ${WRKSRC}/COPYING + +USES= compiler:c++11-lib qmake tar:bzip2 +USE_QT5= core gui widgets qmake_build buildtools_build INSTALLS_ICONS= yes WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |