1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00
freebsd-ports/games/simsu/Makefile
2024-02-28 23:04:00 +03:00

21 lines
395 B
Makefile

PORTNAME= simsu
PORTVERSION= 1.4.3
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:build
USE_GL= gl
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>