aboutsummaryrefslogtreecommitdiff
path: root/graphics/tikzit/Makefile
blob: 330b4bb56b27ee97cfd7b93fd68971d19929b757 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	tikzit
DISTVERSIONPREFIX=	v
DISTVERSION=	2.1.6
PORTREVISION=	18
CATEGORIES=	graphics

MAINTAINER=	lwhsu@FreeBSD.org
COMMENT=	PGF/TikZ diagram editor

LICENSE=	GPLv3
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpoppler-qt5.so:graphics/poppler-qt5

USES=		bison compiler:c++11-lang qmake qt:5

USE_GITHUB=	yes

USE_QT=	buildtools core gui widgets network

.include <bsd.port.mk>