mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-12 03:00:28 +00:00
392e088e76
Bump the remaining users of poppler after d98b56f1de
PR: 258206
22 lines
391 B
Makefile
22 lines
391 B
Makefile
PORTNAME= tikzit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.6
|
|
PORTREVISION= 10
|
|
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>
|