diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-01-26 16:57:40 +0000 |
commit | 0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf (patch) | |
tree | e17d1cc4d0c6d562cc7b6f5e056a6fd66aac0ea2 /x11-toolkits/libxfce4gui/Makefile | |
parent | Update to 1.2 (diff) |
- bring xfce4 to 4.2
- remove x11-fm/xfce4-fm-icons misc/xfce4-panel-themes (obsoleted by that update)
- take maintainership of x11-wm/xfce4-session [1]
- bump PORTREVISION of all plugins because they need to be linked against the new xfce4 libs
Approved by: maintainer [1]
Diffstat (limited to 'x11-toolkits/libxfce4gui/Makefile')
-rw-r--r-- | x11-toolkits/libxfce4gui/Makefile | 21 |
1 files changed, 15 insertions, 6 deletions
diff --git a/x11-toolkits/libxfce4gui/Makefile b/x11-toolkits/libxfce4gui/Makefile index e6ceb3454443..8b0ea9449179 100644 --- a/x11-toolkits/libxfce4gui/Makefile +++ b/x11-toolkits/libxfce4gui/Makefile @@ -6,27 +6,36 @@ # PORTNAME= libxfce4gui -PORTVERSION= 4.0.6 -PORTREVISION= 1 +PORTVERSION= 4.2.0 +PORTREVISION= 0 CATEGORIES= x11-toolkits xfce -MASTER_SITES= ftp://ftp.berlios.de/pub/xfce-goodies/${PORTVERSION}/ \ - http://hannelore.f1.fhtw-berlin.de/mirrors/xfce4/xfce-${PORTVERSION}/src/ +MASTER_SITES= http://www.us.xfce.org/archive/xfce-${PORTVERSION}/src/ \ + http://spuriousinterrupt.org/projects/xfce4/files/mirror/xfce-${PORTVERSION}/ \ + http://public.fh-wolfenbuettel.de/~luedickj/xfce4/xfce-${PORTVERSION}/ DISTNAME= libxfcegui4-${PORTVERSION} DIST_SUBDIR= xfce4 MAINTAINER= oliver@FreeBSD.org COMMENT= XFce 4 widget library required by xfce4 and xfwm4 -LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util +LIB_DEPENDS= dbh-1.0.1:${PORTSDIR}/databases/dbh \ + xfce4util.1:${PORTSDIR}/x11/libxfce4util USE_GNOME= gtk20 USE_REINPLACE= yes USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=15 +USE_LIBTOOL_VER=15 CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --enable-xinerama INSTALLS_SHLIB= yes +.if defined(WITH_GTKDOC) +BUILD_DEPENDS+= gtkdocize:${PORTSDIR}/textproc/gtk-doc +CONFIGURE_ARGS+=--enable-gtk-doc +.else +CONFIGURE_ARGS+=--disable-gtk-doc +.endif + post-patch: @${REINPLACE_CMD} -e 's|$$(libdir)/pkgconfig|${PREFIX}/libdata/pkgconfig|g' \ ${WRKSRC}/libxfcegui4/Makefile.in |