summaryrefslogtreecommitdiffstats
path: root/graphics/librsvg2/Makefile
diff options
context:
space:
mode:
authorahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-16 08:57:36 +0800
committerahze <ahze@df743ca5-7f9a-e211-a948-0013205c9059>2006-10-16 08:57:36 +0800
commit03c6419983c87f9b4e7cc26de555788f13dd975b (patch)
tree1fa6bb6ad84410ce2ccc76d174deaeb4eaf0bec4 /graphics/librsvg2/Makefile
parent94300b182883fdb49905a951163e8a2601bb0116 (diff)
downloadmarcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.tar
marcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.tar.gz
marcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.tar.bz2
marcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.tar.lz
marcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.tar.xz
marcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.tar.zst
marcuscom-ports-03c6419983c87f9b4e7cc26de555788f13dd975b.zip
- Make xulrunner the default gecko
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7803 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r--graphics/librsvg2/Makefile69
1 files changed, 69 insertions, 0 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
new file mode 100644
index 000000000..807ffa40b
--- /dev/null
+++ b/graphics/librsvg2/Makefile
@@ -0,0 +1,69 @@
+# New ports collection makefile for: librsvg2
+# Date created: 8th May 2001
+# Whom: Ade Lovett <ade@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.109 2006/10/02 04:52:51 bland Exp $
+#
+
+PORTNAME= librsvg2
+PORTVERSION= 2.16.0
+PORTREVISION= 2
+CATEGORIES= graphics gnome
+MASTER_SITES= ${MASTER_SITE_GNOME}
+MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
+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 \
+ croco-${CROCO_VERSION}.3:${PORTSDIR}/textproc/libcroco
+RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
+
+USE_BZIP2= yes
+USE_GMAKE= yes
+USE_XLIB= yes
+USE_LDCONFIG= yes
+USE_AUTOTOOLS= libtool:15
+USE_GNOME= gnomehack gnomeprefix libgsf gtk20 ltverhack
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS= --with-svgz \
+ --disable-gtk-doc \
+ --without-gimp \
+ --with-croco \
+ --disable-gnome-vfs \
+ --enable-gtk-theme \
+ --disable-gnome-print
+
+CROCO_VERSION= 0.6
+
+MAN1= rsvg.1
+
+OPTIONS= MOZILLA_PLUGIN "Enable the SVG browser plug-in" no
+
+.include <bsd.port.pre.mk>
+
+.if defined(WITH_MOZILLA_PLUGIN)
+USE_GECKO= xulrunner firefox mozilla seamonkey firefox-devel
+.include "${PORTSDIR}/www/mozilla/bsd.gecko.mk"
+CONFIGURE_ENV+= MOZILLA_CONFIG=no
+CONFIGURE_ARGS+=--enable-mozilla-plugin=yes
+
+PLIST_SUB+= PLUGIN=""
+.else
+CONFIGURE_ARGS+=--enable-mozilla-plugin=no
+
+PLIST_SUB+= PLUGIN="@comment "
+.endif
+
+post-patch:
+.if defined(WITH_MOZILLA_PLUGIN)
+ @${REINPLACE_CMD} -e 's|mozilla-plugin|${GECKO}-plugin|g' \
+ ${WRKSRC}/configure
+.endif
+
+.include <bsd.port.post.mk>