mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-06 01:57:40 +00:00
22 lines
479 B
Makefile
22 lines
479 B
Makefile
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdf2svg
|
|
PORTVERSION= 0.2.2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.cityinthesky.co.uk/_media/opensource/
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Convert PDF to SVG
|
|
|
|
LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-glib \
|
|
cairo:${PORTSDIR}/graphics/cairo \
|
|
gtk:${PORTSDIR}/x11-toolkits/gtk20
|
|
|
|
USES= pkgconfig
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pdf2svg
|
|
|
|
.include <bsd.port.mk>
|