aboutsummaryrefslogtreecommitdiff
path: root/games/iqpuzzle/Makefile
blob: d228eac3a879673cb51bfeda7e3f4f04390d9cf7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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

USE_GITHUB=	yes
GH_ACCOUNT=	ElTh0r0

.include <bsd.port.mk>