freebsd-ports/games/iqpuzzle/Makefile
Yuri Victorovich e5c06c3d46 games/iqpuzzle: Update 1.2.0 -> 1.2.1
Reported by:	portscout
2020-12-01 03:51:47 +00:00

20 lines
378 B
Makefile

# $FreeBSD$
PORTNAME= iqpuzzle
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.1
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_GITHUB= yes
GH_ACCOUNT= ElTh0r0
USE_QT= core gui widgets buildtools_build
USE_GL= gl
.include <bsd.port.mk>