cf649469f2
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]
27 lines
484 B
Makefile
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>
|