1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/graphics/tikzit/Makefile
2022-12-08 06:45:34 +01:00

23 lines
423 B
Makefile

PORTNAME= tikzit
DISTVERSIONPREFIX= v
DISTVERSION= 2.1.6
PORTREVISION= 23
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>