1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/games/simsu/Makefile
Dmitry Marakasov b083860085 games/simsu: update 1.4.0 → 1.4.1
- Simplify by not installing docs which are mostly useless
2022-09-01 21:13:33 +03:00

23 lines
443 B
Makefile

PORTNAME= simsu
PORTVERSION= 1.4.1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/${PORTNAME}/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Basic Sudoku game
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++17-lang gl qt:6 tar:bzip2
USE_QT= base tools
USE_GL= gl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= NLS
OPTIONS_SUB= yes
.include <bsd.port.mk>