aboutsummaryrefslogtreecommitdiff
path: root/games/simsu/Makefile
blob: afc0c76b3ad6b1dba2b89cb2e693ab2e448ffd54 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	simsu
PORTVERSION=	1.4.2
CATEGORIES=	games
MASTER_SITES=	https://gottcode.org/${PORTNAME}/

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Basic Sudoku game
WWW=		https://gottcode.org/simsu/

LICENSE=	GPLv3+
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		cmake compiler:c++17-lang gl qt:6 tar:bzip2
USE_QT=		base tools
USE_GL=		gl

OPTIONS_DEFINE=	NLS
OPTIONS_SUB=	yes

.include <bsd.port.mk>