mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
22 lines
448 B
Makefile
22 lines
448 B
Makefile
# Created by: Martin Dieringer <martin.dieringe@gmx.de>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pdf2svg
|
|
PORTVERSION= 0.2.2
|
|
PORTREVISION= 2
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.cityinthesky.co.uk/_media/opensource/
|
|
|
|
MAINTAINER= martin.dieringer@gmx.de
|
|
COMMENT= Convert PDF to SVG
|
|
|
|
LIB_DEPENDS= libpoppler-glib.so:${PORTSDIR}/graphics/poppler-glib
|
|
|
|
USES= pkgconfig
|
|
USE_GNOME= cairo gtk20
|
|
GNU_CONFIGURE= yes
|
|
|
|
PLIST_FILES= bin/pdf2svg
|
|
|
|
.include <bsd.port.mk>
|