diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-06 10:21:48 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-08-06 10:21:48 +0800 |
commit | ef74bd000af2946f54c856147f0fa3205988753f (patch) | |
tree | 46985258dc52389552c02a0055b0664616263948 /graphics/svg2png | |
parent | f7e85e6a5bc2af7edf550e418b771bbae6c50444 (diff) | |
download | marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.tar marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.tar.gz marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.tar.bz2 marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.tar.lz marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.tar.xz marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.tar.zst marcuscom-ports-ef74bd000af2946f54c856147f0fa3205988753f.zip |
Set maintainer to gnome@, and use gnomtarget to silence a configure warning.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@4390 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/svg2png')
-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 |