1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/graphics/quickqanava/Makefile
Adriaan de Groot ded5c8f1d0 graphics/quickqanava: update to new release 2.2.0
The upstream project now has real releases that follow semantic
versioning, so pick those up along with all the new features
since the '0.1' style release.

Reported by:	portscout
2023-01-23 22:38:23 +01:00

26 lines
688 B
Makefile

PORTNAME= quickqanava
DISTVERSION= 2.2.0
CATEGORIES= graphics
MAINTAINER= adridg@FreeBSD.org
COMMENT= Library for QML-based Graph Visualisation
WWW= https://cneben.github.io/QuickQanava/index.html
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/licence.txt
USES= cmake compiler:c++14-lang qt:5
USE_QT= core declarative gui network quickcontrols2 \
buildtools:build qmake:build
USE_GITHUB= yes
GH_ACCOUNT= cneben
GH_PROJECT= QuickQanava
post-stage:
${RMDIR} ${STAGEDIR}/${PREFIX}/${QT_QMLDIR_REL}/QuickQanava/gtpo
${RMDIR} ${STAGEDIR}/${PREFIX}/${QT_QMLDIR_REL}/QuickQanava/bezier/include
${RMDIR} ${STAGEDIR}/${PREFIX}/${QT_QMLDIR_REL}/QuickQanava/bezier
.include <bsd.port.mk>