freebsd-ports/games/iqpuzzle/Makefile
Yuri Victorovich a5013a29b3 games/iqpuzzle: Update 1.2.8 → 1.2.9
Reported by:	portscout
2023-02-11 08:51:34 -08:00

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>