freebsd-ports/games/gottet/Makefile
Jason E. Hale 4449d4a8e4 games/gottet: Update to 1.2.1
Switch to Qt6 and CMake build as Qt5 support was dropped upstream.
2022-09-12 15:45:59 -04:00

28 lines
607 B
Makefile

PORTNAME= gottet
PORTVERSION= 1.2.1
DISTVERSIONSUFFIX= -src
CATEGORIES= games
MASTER_SITES= https://gottcode.org/gottet/
MAINTAINER= jhale@FreeBSD.org
COMMENT= Tetris clone
WWW= https://gottcode.org/gottet/
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= cmake compiler:c++11-lib gl qt:6 tar:bzip2
USE_GL= opengl
USE_QT= base tools:build
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog README \
${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>