1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/games/simsu/Makefile
Kevin Bowling da3162c7c9 graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.

PR:		246767
Reviewed by:	manu, bapt
Approved by:	x11
Differential Revision:	https://reviews.freebsd.org/D30824
2021-06-22 11:53:08 -07:00

38 lines
862 B
Makefile

# Created by: Rusmir Dusko <nemysis@FreeBSD.org>
PORTNAME= simsu
PORTVERSION= 1.4.0
PORTREVISION= 1
CATEGORIES= games
MASTER_SITES= https://gottcode.org/${PORTNAME}/ \
https://mirror.amdmi3.ru/distfiles/
DISTNAME= ${PORTNAME}-${PORTVERSION}-src
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Basic Sudoku game
LICENSE= GPLv3+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= compiler:c++17-lang gl qmake qt:5 tar:bzip2
USE_QT= core gui widgets concurrent printsupport buildtools_build linguisttools_build
USE_GL= gl
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
PORTDOCS= *
OPTIONS_DEFINE= DOCS NLS
OPTIONS_SUB= yes
post-patch-NLS-off:
@${REINPLACE_CMD} -e \
'/INSTALLS/s|qm||' ${WRKSRC}/simsu.pro
post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
(cd ${WRKSRC} && ${INSTALL_DATA} CREDITS ChangeLog README \
${STAGEDIR}${DOCSDIR})
.include <bsd.port.mk>