blob: 6f031225bf07556646ad106aaec83d0618298104 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
PORTNAME= hexalate
PORTVERSION= 1.2.5
CATEGORIES= games
MASTER_SITES= https://gottcode.org/${PORTNAME}/
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Color matching game
WWW= https://gottcode.org/hexalate/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++17-lang gettext-tools gl qt:6 tar:bzip2
USE_QT= base tools:build
USE_GL= gl
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>
|