freebsd-ports/games/hexalate/Makefile
2023-07-26 21:58:56 +02:00

21 lines
419 B
Makefile

PORTNAME= hexalate
PORTVERSION= 1.2.2
PORTREVISION= 1
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 gl qt:6 tar:bzip2
USE_QT= base tools:build
USE_GL= gl
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>