freebsd-ports/x11-wm/xfce4-desktop/Makefile
Oliver Lehmann 307bdced85 Import xfce 4.4
- remove all obsolete ports or plugins
- update all plugins to their latest version to support xfce 4.4
  (otherwise they won't compile with 4.4)
2007-01-22 16:45:10 +00:00

49 lines
1.1 KiB
Makefile

# New ports collection makefile for: xfdesktop
# Date created: 7 June 2003
# Whom: James Earl <jdearl@telus.net>
#
# $FreeBSD$
#
PORTNAME= xfce4-desktop
PORTVERSION= 4.4.0
CATEGORIES= x11-wm xfce
MASTER_SITES= ${MASTER_SITES_XFCE}
DISTNAME= xfdesktop-${PORTVERSION}
DIST_SUBDIR= xfce4
MAINTAINER= oliver@FreeBSD.org
COMMENT= XFce 4 desktop background manager and root menu
LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
GNU_CONFIGURE= yes
INSTALLS_ICONS= yes
USE_BZIP2= yes
USE_GETTEXT= yes
USE_GMAKE= yes
USE_GNOME= glib20 gnometarget gtk20 intltool intlhack pkgconfig
USE_LDCONFIG= yes
USE_XFCE= configenv libgui libmcs libutil mcsmanager panel
USE_XLIB= yes
OPTIONS= THUNAR "Enable thunar support" on
MAN1= xfdesktop.1
.include <bsd.port.pre.mk>
.if !defined(WITHOUT_THUNAR)
CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx --enable-exo
USE_XFCE+= libexo thunar
.else
CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo
.endif
.include "${PORTSDIR}/x11-wm/xfce4/bsd.xfce.mk"
post-patch:
@${REINPLACE_CMD} -e 's|builtin\(.*\)"quit"|app\1"xfce4-session-logout"|g' \
${WRKSRC}/menu.xml*
.include <bsd.port.post.mk>