Index: head/graphics/librsvg2/Makefile =================================================================== --- head/graphics/librsvg2/Makefile (revision 90454) +++ head/graphics/librsvg2/Makefile (revision 90455) @@ -1,57 +1,41 @@ # New ports collection makefile for: librsvg2 # Date created: 8th May 2001 # Whom: Ade Lovett # # $FreeBSD$ # PORTNAME= librsvg2 PORTVERSION= 2.4.0 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME:S/2$//}/2.4 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 \ gsf-1.9:${PORTSDIR}/devel/libgsf RUN_DEPENDS= ${X11BASE}/lib/gtk-2.0/2.2.0/engines/libmetal.so:${PORTSDIR}/x11-toolkits/gtk-engines2 USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes INSTALLS_SHLIB= yes USE_LIBTOOL= yes USE_REINPLACE= yes USE_GNOME= gnomehack gtk20 libartlgpl2 libxml2 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --with-svgz \ - --disable-gtk-doc + --disable-gtk-doc \ + --without-gimp PLIST_SUB= GTK_VERSION="2.2.0" MAN1= rsvg.1 -.include - -.if defined(WITH_GIMP) || exists (${X11BASE}/libexec/gimp/1.3/plug-ins/AlienMap) -LIB_DEPENDS+= gimp-1.3:${PORTSDIR}/graphics/gimp-devel -CONFIGURE_ARGS+= --with-gimp -PLIST_SUB+= GIMP:="" -.else -CONFIGURE_ARGS= --without-gimp -PLIST_SUB+= GIMP:="@comment " -.endif - -pre-everything:: - @${ECHO_MSG} "" - @${ECHO_MSG} "Librsvg2 has the following tunable option(s):" - @${ECHO_MSG} " WITH_GIMP=yes Build an svg plugin for gimp-devel (default: auto)" - @${ECHO_MSG} "" - -.include +.include Property changes on: head/graphics/librsvg2/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.30 \ No newline at end of property +1.31 \ No newline at end of property Index: head/graphics/librsvg2/pkg-plist =================================================================== --- head/graphics/librsvg2/pkg-plist (revision 90454) +++ head/graphics/librsvg2/pkg-plist (revision 90455) @@ -1,31 +1,30 @@ bin/rsvg include/librsvg-2/librsvg/librsvg-features.h include/librsvg-2/librsvg/rsvg-gz.h include/librsvg-2/librsvg/rsvg.h lib/gtk-2.0/%%GTK_VERSION%%/engines/libsvg.so lib/gtk-2.0/%%GTK_VERSION%%/loaders/svg_loader.so lib/librsvg-2.a lib/librsvg-2.so lib/librsvg-2.so.6 libdata/pkgconfig/librsvg-2.0.pc -%%GIMP:%%libexec/gimp/1.3/plug-ins/svg share/doc/librsvg/html/home.png share/doc/librsvg/html/i1013.html share/doc/librsvg/html/index.html share/doc/librsvg/html/index.sgml share/doc/librsvg/html/left.png share/doc/librsvg/html/r22.html share/doc/librsvg/html/r376.html share/doc/librsvg/html/r413.html share/doc/librsvg/html/right.png share/doc/librsvg/html/rsvg-convenience-functions.html share/doc/librsvg/html/rsvg-core-api.html share/doc/librsvg/html/rsvg-creating-a-svgz-reader.html share/doc/librsvg/html/rsvg.html share/doc/librsvg/html/up.png @dirrm share/doc/librsvg/html @dirrm share/doc/librsvg @dirrm include/librsvg-2/librsvg @dirrm include/librsvg-2 @exec gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true @unexec gdk-pixbuf-query-loaders > %D/etc/gtk-2.0/gdk-pixbuf.loaders 2>/dev/null || /usr/bin/true Property changes on: head/graphics/librsvg2/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.7 \ No newline at end of property +1.8 \ No newline at end of property