summaryrefslogtreecommitdiffstats
path: root/graphics/pdf2svg/Makefile
blob: aa1ef83bb1edb21a3c0eb9a6d4f261db11d5e992 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# New ports collection makefile for:    pdf2svg
# Date created:     Mar 13 2009
# Whom:         martin.dieringer@gmx.de
#
# $FreeBSD: ports/graphics/pdf2svg/Makefile,v 1.4 2010/03/28 06:37:29 dinoex Exp $

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>