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-wm/xfce4-session/Makefile | |
parent | 5fa2366f1656a22a71066da08656bfdd31dd1a44 (diff) | |
download | ports-0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf.tar.gz ports-0a0ec68fe8bf8afc0e5b7ca82fbc64baa8b200cf.zip |
- 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]
Notes
Notes:
svn path=/head/; revision=127441
Diffstat (limited to 'x11-wm/xfce4-session/Makefile')
-rw-r--r-- | x11-wm/xfce4-session/Makefile | 34 |
1 files changed, 12 insertions, 22 deletions
diff --git a/x11-wm/xfce4-session/Makefile b/x11-wm/xfce4-session/Makefile index 07e58325a8de..d3902f6ff127 100644 --- a/x11-wm/xfce4-session/Makefile +++ b/x11-wm/xfce4-session/Makefile @@ -6,37 +6,27 @@ # PORTNAME= xfce4-session -PORTVERSION= 0.1.4 -PORTREVISION= 5 +PORTVERSION= 4.2.0 +PORTREVISION= 0 CATEGORIES= x11-wm xfce -MASTER_SITES= http://echobase.homeunix.net/~bmeurer/tmp/xfce4-session/ \ - http://matt.nerim.net/xfce-goodies/ +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}/ DIST_SUBDIR= xfce4 -MAINTAINER= matt@bsdfly.org -COMMENT= XFce 4 Session Manager +MAINTAINER= oliver@FreeBSD.org +COMMENT= Session manager for the Xfce 4 desktop environment BUILD_DEPENDS= xfce-mcs-manager:${PORTSDIR}/sysutils/xfce4-mcs-manager LIB_DEPENDS= xfce4util.1:${PORTSDIR}/x11/libxfce4util \ - xfcegui4.1:${PORTSDIR}/x11-toolkits/libxfce4gui + xfcegui4.3:${PORTSDIR}/x11-toolkits/libxfce4gui -USE_GNOME= gtk20 USE_X_PREFIX= yes -USE_INC_LIBTOOL_VER=13 -INSTALLS_SHLIB= yes +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} -CONFIGURE_ENV= CFLAGS=-I${LOCALBASE}/include \ - CPPFLAGS=-I${LOCALBASE}/include \ - LIBS=-L${LOCALBASE}/lib +USE_LIBTOOL_VER=15 +INSTALLS_SHLIB= yes -MAN1= xfce4-session.1 xfce4-shutdown.1 - -DOCS= AUTHORS NEWS README TODO - -.if !defined(NOPORTDOCS) -post-install: - @${MKDIR} ${DOCSDIR} - cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR} -.endif +MAN1= xfce4-session.1 xfce4-session-logout.1 .include <bsd.port.mk> |