Update sysutils/cfengine36 to version 3.6.1_1,1
[dports.git] / graphics / svg2png / Makefile
1 # Created by: Michael Johnson <ahze@FreeBSD.org>
2 # $FreeBSD$
3 #   $MCom: ports/graphics/svg2png/Makefile,v 1.3 2005/08/06 02:21:48 marcus Exp $
4
5 PORTNAME=       svg2png
6 PORTVERSION=    0.1.3
7 PORTREVISION=   5
8 CATEGORIES=     graphics
9 MASTER_SITES=   http://cairographics.org/snapshots/
10
11 MAINTAINER=     gnome@FreeBSD.org
12 COMMENT=        Render an SVG image to a PNG image (using cairo)
13
14 LIB_DEPENDS=    libsvg-cairo.so:${PORTSDIR}/graphics/libsvg-cairo
15
16 GNU_CONFIGURE=  yes
17 USES=           pkgconfig
18
19 PLIST_FILES=    bin/svg2png \
20                 man/man1/svg2png.1.gz
21
22 .include <bsd.port.mk>