1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-12 03:00:28 +00:00
freebsd-ports/graphics/tikzit/Makefile
Tobias C. Berner 392e088e76 poppler: bump revisions of users
Bump the remaining users of poppler after d98b56f1de

PR:		258206
2021-09-06 18:39:42 +02:00

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>