summaryrefslogtreecommitdiff
path: root/graphics/librsvg2/Makefile
diff options
context:
space:
mode:
authorKoop Mast <kwm@FreeBSD.org>2011-07-30 09:20:22 +0000
committerKoop Mast <kwm@FreeBSD.org>2011-07-30 09:20:22 +0000
commit0b743289fc32232ef4026a42f720186d8ae7c899 (patch)
tree1d1222f6f025fbba9f6a7bc42cf1bd0545242e55 /graphics/librsvg2/Makefile
parentRemove the last few gir-repository ports. They aren't used anywhere. (diff)
Update the glib and gtk stack to the lastest stable releases.
Add new ports for the new stable releases of gtk+-3.0. Update vala to the newest stable release 0.12.1. Thanks to pav@ for doing multiple exp-runs, and marcus@ for repo-copies. Full contributors acknowledgment will be given in the GNOME 3 import.
Notes
Notes: svn path=/head/; revision=278556
Diffstat (limited to 'graphics/librsvg2/Makefile')
-rw-r--r--graphics/librsvg2/Makefile36
1 files changed, 6 insertions, 30 deletions
diff --git a/graphics/librsvg2/Makefile b/graphics/librsvg2/Makefile
index 4eb85f535117..b3ff8529bd20 100644
--- a/graphics/librsvg2/Makefile
+++ b/graphics/librsvg2/Makefile
@@ -3,11 +3,11 @@
# Whom: Ade Lovett <ade@FreeBSD.org>
#
# $FreeBSD$
-# $MCom: ports/graphics/librsvg2/Makefile,v 1.136 2010/11/13 12:59:46 kwm Exp $
+# $MCom: ports/graphics/librsvg2/Makefile,v 1.142 2011/06/11 04:12:40 mezz Exp $
#
-PORTNAME?= librsvg2
-PORTVERSION= 2.32.1
+PORTNAME= librsvg2
+PORTVERSION= 2.34.0
PORTREVISION= 1
CATEGORIES= graphics gnome
MASTER_SITES= GNOME
@@ -21,48 +21,24 @@ 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_GETTEXT= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
USE_AUTOTOOLS= libtool
-USE_GNOME= gnomehack gnomeprefix libgsf ltverhack
+USE_GNOME= gnomehack gnomeprefix libgsf ltverhack gtk20
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --with-svgz \
--with-croco \
--enable-gtk-theme
CROCO_VERSION= 0.6
-
-.if defined(SLAVEPORT)
-USE_GNOME+= librsvg2 gtk30
-RUN_DEPENDS= gtk-engines3>=2.90.3.1:${PORTSDIR}/x11-themes/gtk-engines3
-.else
-USE_GNOME+= gtk20
-RUN_DEPENDS= gtk-engines2>=2.7.5_1:${PORTSDIR}/x11-themes/gtk-engines2
MAN1= rsvg.1
-.endif
-
-.include <bsd.port.pre.mk>
-
-.if defined(SLAVEPORT)
-post-patch:
- @${REINPLACE_CMD} -e 's|GTK2_REQUIRED=2.16.0|GTK2_REQUIRED=9.16.0|g' \
- ${WRKSRC}/configure
-
-do-build:
- @cd ${WRKSRC} && gmake rsvg-view-3
- @cd ${WRKSRC}/gtk-engine && gmake
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/rsvg-view-3 ${PREFIX}/bin
- @cd ${WRKSRC}/gtk-engine && gmake install
-
-.else
post-patch:
@${REINPLACE_CMD} -e 's|GTK3_REQUIRED=2.90.0|GTK3_REQUIRED=9.90.0|g' \
${WRKSRC}/configure
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>