aboutsummaryrefslogtreecommitdiff
path: root/graphics/quickqanava/Makefile
blob: 9446272f8261bc6f7d55b373a5aa4ba58978bd94 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
PORTNAME=	quickqanava
PORTVERSION=	0.1
CATEGORIES=	graphics

MAINTAINER=	adridg@FreeBSD.org
COMMENT=	Library for QML-based Graph Visualisation

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
GH_TAGNAME=	ab88d77ec62175b9fd499a154ffaf92f7bf23989

# There are no releases, even though the project is years old,
# and the site mentions "alpha, pre-1.0". Once there's an actual
# release, can switch to DISTVERSION and release-tarballs.

.include <bsd.port.mk>