opnsense-ports/graphics/pdf2svg/Makefile
Franco Fichtner 6a3f29ba12 */*: sync with upstream
Taken from: HardenedBSD
2017-08-25 06:06:29 +02:00

27 lines
472 B
Makefile

# Created by: Martin Dieringer <martin.dieringe@gmx.de>
# $FreeBSD$
PORTNAME= pdf2svg
PORTVERSION= 0.2.3
PORTREVISION= 5
DISTVERSIONPREFIX= v
CATEGORIES= graphics
MAINTAINER= martin.dieringer@gmx.de
COMMENT= Convert PDF to SVG
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
LIB_DEPENDS= libpoppler-glib.so:graphics/poppler-glib
USE_GITHUB= yes
GH_ACCOUNT= db9052
USES= pkgconfig
USE_GNOME= cairo
GNU_CONFIGURE= yes
PLIST_FILES= bin/pdf2svg
.include <bsd.port.mk>