freebsd-ports/games/iqpuzzle/Makefile

21 lines
408 B
Makefile
Raw Normal View History

PORTNAME= iqpuzzle
DISTVERSIONPREFIX= v
DISTVERSION= 1.2.6
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
2021-03-07 05:28:07 +01:00
USE_GITHUB= yes
GH_ACCOUNT= ElTh0r0
.include <bsd.port.mk>