mirror of
https://git.freebsd.org/ports.git
synced 2025-07-06 11:59:15 -04:00
Release 21.12.0: core: * Add API to add images * CairoOutputDev: Fix de-duping of Flate images * Fix crash on broken files when using non-default ENABLE_ZLIB_UNCOMPRESS. Issue #393 * Minor code improvements glib: * Add API for validation of signatures * Add API to read/save to file descriptor utils: * pdftohtml: Reduce sensitivity of duplicate detection. Issue #1117 build system: * Increase C++ standard to 17 Exp-run by: antoine PR: 260344
21 lines
391 B
Makefile
21 lines
391 B
Makefile
PORTNAME= tikzit
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 2.1.6
|
|
PORTREVISION= 13
|
|
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>
|