freebsd-ports/graphics/pdf2svg/Makefile
Dennis Herrmann 53a48094fb - Update MASTER_SITES
- Remove MD5 checksum, While I'am here

PR:		ports/158141
Submitted by:	Martin Dieringer <martin.dieringer@gmx.de> (maintainer)
2011-06-23 10:25:00 +00:00

24 lines
531 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= 4
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-gtk \
cairo:${PORTSDIR}/graphics/cairo \
gtk:${PORTSDIR}/x11-toolkits/gtk20
GNU_CONFIGURE= yes
PLIST_FILES= bin/pdf2svg
.include <bsd.port.mk>