1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/games/gcompris-qt/Makefile
Adriaan de Groot 9aaa089593 games/gcompris-qt: update to 2.3, latest upstream
There was a bug that broke 3 activities, this is an upstream
quick-fix release with notes at:
	https://gcompris.net/news/2022-02-27-en.html
2022-02-27 19:08:03 +01:00

25 lines
762 B
Makefile

PORTNAME= gcompris-qt
DISTVERSION= 2.3
CATEGORIES= games education kde
MASTER_SITES= http://gcompris.net/download/qt/src/
MAINTAINER= kde@FreeBSD.org
COMMENT= Educational games and activities for kids ages 2 to 10
LICENSE= AGPLv3 GPLv3
LICENSE_COMB= multi
LICENSE_FILE_AGPLv3= ${WRKSRC}/LICENSES/AGPL-3.0-only.txt
LICENSE_FILE_GPLv3= ${WRKSRC}/LICENSES/GPL-3.0-or-later.txt
LIB_DEPENDS= libBox2D.so:x11-toolkits/qml-box2d
USES= cmake compiler:c++11-lang kde:5 qt:5 tar:xz
USE_KDE= doctools_build ecm_build
USE_QT= core declarative graphicaleffects gui multimedia network quickcontrols \
sensors svg widgets \
buildtools_build linguisttools_build qmake_build testlib_build
CMAKE_ARGS= -DQML_BOX2D_LIBRARY=${QT_QMLDIR}/Box2D.2.0
.include <bsd.port.mk>