mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-18 00:10:04 +00:00
21 lines
429 B
Makefile
21 lines
429 B
Makefile
PORTNAME= tetzle
|
|
PORTVERSION= 2.2.3
|
|
CATEGORIES= games
|
|
MASTER_SITES= https://gottcode.org/${PORTNAME}/
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
COMMENT= Jigsaw puzzle with tetrominoes
|
|
WWW= https://gottcode.org/tetzle/
|
|
|
|
LICENSE= GPLv3+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++17-lang desktop-file-utils gl qt:6 tar:bzip2
|
|
USE_QT= base tools:build
|
|
USE_GL= gl
|
|
|
|
OPTIONS_DEFINE= NLS
|
|
OPTIONS_SUB= yes
|
|
|
|
.include <bsd.port.mk>
|