aboutsummaryrefslogtreecommitdiff
path: root/games/iqpuzzle/Makefile
blob: c1c9b0cb34e4b0ebe71b2bbbe3a3875a1b1ec5d1 (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.3.1
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>