freebsd-ports/games/iqpuzzle/Makefile
Yuri Victorovich 07b3a5a927 games/iqpuzzle: Update 1.2.5 -> 1.2.6
Reported by:	portscout
2022-02-13 09:38:21 -08:00

19 lines
366 B
Makefile

PORTNAME= iqpuzzle
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.6
CATEGORIES= games
MAINTAINER= yuri@FreeBSD.org
COMMENT= Diverting I.Q. challenging pentomino puzzle
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>