diff options
Diffstat (limited to 'graphics/svg2png/Makefile')
-rw-r--r-- | graphics/svg2png/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/svg2png/Makefile b/graphics/svg2png/Makefile index fc65a71d9..4f8bc8ec8 100644 --- a/graphics/svg2png/Makefile +++ b/graphics/svg2png/Makefile @@ -3,7 +3,7 @@ # Whom: Michael Johnson <ahze@FreeBSD.org> # # $FreeBSD$ -# $MCom$ +# $MCom: ports/graphics/svg2png/Makefile,v 1.2 2005/06/28 05:40:06 adamw Exp $ # PORTNAME= svg2png @@ -11,13 +11,14 @@ PORTVERSION= 0.1.3 CATEGORIES= graphics MASTER_SITES= http://cairographics.org/snapshots/ -MAINTAINER= ports@FreeBSD.org +MAINTAINER= gnome@FreeBSD.org COMMENT= Render an SVG image to a PNG image (using cairo) LIB_DEPENDS= svg-cairo.1:${PORTSDIR}/graphics/libsvg-cairo GNU_CONFIGURE= yes USE_GETOPT_LONG=yes +USE_GNOME= gnometarget MAN1= svg2png.1 PLIST_FILES= bin/svg2png |