diff options
Diffstat (limited to 'graphics/pdf2svg/Makefile')
-rw-r--r-- | graphics/pdf2svg/Makefile | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/graphics/pdf2svg/Makefile b/graphics/pdf2svg/Makefile deleted file mode 100644 index 8a61049db..000000000 --- a/graphics/pdf2svg/Makefile +++ /dev/null @@ -1,24 +0,0 @@ -# New ports collection makefile for: pdf2svg -# Date created: Mar 13 2009 -# Whom: martin.dieringer@gmx.de -# -# $FreeBSD$ - -PORTNAME= pdf2svg -PORTVERSION= 0.2.1 -PORTREVISION= 4 -CATEGORIES= graphics -MASTER_SITES= http://www.cityinthesky.co.uk/files/ - -MAINTAINER= martin.dieringer@gmx.de -COMMENT= Convert PDF to SVG - -LIB_DEPENDS= poppler-glib:${PORTSDIR}/graphics/poppler-gtk \ - cairo:${PORTSDIR}/graphics/cairo \ - gtk:${PORTSDIR}/x11-toolkits/gtk20 - -GNU_CONFIGURE= yes - -PLIST_FILES= bin/pdf2svg - -.include <bsd.port.mk> |