summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-21 05:49:58 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2004-05-21 05:49:58 +0800
commitb44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4 (patch)
tree00b54d005dfdd3b2506c83accea7f54af1efb00f /graphics/librsvg2/Makefile
parent2f55073b9419d6f3d5b645d040ffd1fcbb14d3f4 (diff)
downloadmarcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.tar
marcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.tar.gz
marcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.tar.bz2
marcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.tar.lz
marcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.tar.xz
marcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.tar.zst
marcuscom-ports-b44a5b27caf08fddc7234f6c7bbd1e5a75c7c5b4.zip
Update to 2.7.1.
TODO: Add support for the Mozilla plug-in. Hopefully this will be easier in a later version as the configure script is awful right now. git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@2304 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r--graphics/librsvg2/Makefile41
1 files changed, 41 insertions, 0 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
new file mode 100644
index 000000000..2a78611c1
--- /dev/null
+++ b/graphics/librsvg2/Makefile
@@ -0,0 +1,41 @@
+# New ports collection makefile for: librsvg2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD: ports/graphics/librsvg2/Makefile,v 1.40 2004/05/06 09:34:46 bland Exp $
+#
+
+PORTNAME= librsvg2
+PORTVERSION= 2.7.1
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.7
+DISTNAME= librsvg-${PORTVERSION}
+DIST_SUBDIR= gnome2
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= Library for parsing and rendering SVG vector-graphic files
+
+BUILD_DEPENDS= freetype-config:${PORTSDIR}/print/freetype2
+LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 \
+ popt.0:${PORTSDIR}/devel/popt \
+ croco.3:${PORTSDIR}/textproc/libcroco
+RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.4.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_X_PREFIX= yes
+INSTALLS_SHLIB= yes
+USE_LIBTOOL_VER=13
+USE_GNOME= gnomehack lthack gtk20 libartlgpl2 libxml2 libgsf
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-svgz \
+ --disable-gtk-doc \
+ --without-gimp \
+ --with-croco
+PLIST_SUB= GTK_VERSION="2.4.0"
+
+MAN1= rsvg.1
+
+.include <bsd.port.mk>