blob: 0e5e495327d7f69c25ff3696d62cb28fcf90616c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
PORTNAME= tikzit
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.6
PORTREVISION= 27
CATEGORIES= graphics
MAINTAINER= lwhsu@FreeBSD.org
COMMENT= PGF/TikZ diagram editor
WWW= https://tikzit.github.io/
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>
|