aboutsummaryrefslogtreecommitdiff
path: root/games/iqpuzzle/Makefile
blob: 77bd1a257841762dbafbe8e9adb92e3a79861c34 (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>