freebsd-ports/graphics/pdf2svg/Makefile
Koop Mast cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00

27 lines
484 B
Makefile

# Created by: Martin Dieringer <martin.dieringe@gmx.de>
# $FreeBSD$
PORTNAME= pdf2svg
PORTVERSION= 0.2.3
PORTREVISION= 2
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:${PORTSDIR}/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>