mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-12 07:27:57 +00:00
a829062c83
The qt3 bindings are removed upstream. The glib library lost the last gdk-pixbuf code. And rename it from -gtk to -glib. Thanks to: pav for a exp-runs bapt for double checking the libreoffice ports
25 lines
532 B
Makefile
25 lines
532 B
Makefile
# New ports collection makefile for: pdf2svg
|
|
# Date created: Mar 13 2009
|
|
# Whom: martin.dieringer@gmx.de
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdf2svg
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pdf2svg
|
|
|
|
.include <bsd.port.mk>
|