20 lines
408 B
Makefile
20 lines
408 B
Makefile
PORTNAME= iqpuzzle
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 1.2.9
|
|
CATEGORIES= games
|
|
|
|
MAINTAINER= yuri@FreeBSD.org
|
|
COMMENT= Diverting I.Q. challenging pentomino puzzle
|
|
WWW= https://elth0r0.github.io/iqpuzzle/
|
|
|
|
LICENSE= GPLv3
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lang gl qmake qt:5
|
|
USE_QT= core gui widgets buildtools:build
|
|
USE_GL= gl
|
|
|
|
USE_GITHUB= yes
|
|
GH_ACCOUNT= ElTh0r0
|
|
|
|
.include <bsd.port.mk>
|