2003-07-28 20:22:23 +02:00
|
|
|
# New ports collection makefile for: libxfce4util
|
|
|
|
# Date created: 7 June 2003
|
|
|
|
# Whom: James Earl <jdearl@telus.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-utils
|
2007-04-11 18:26:53 +02:00
|
|
|
PORTVERSION= 4.4.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= sysutils xfce
|
2007-10-26 00:53:28 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2003-07-28 20:22:23 +02:00
|
|
|
DISTNAME= xfce-utils-${PORTVERSION}
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-07-28 20:22:23 +02:00
|
|
|
|
2003-08-17 09:40:39 +02:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
2003-07-28 20:22:23 +02:00
|
|
|
COMMENT= XFce 4 essential utilities and scripts
|
|
|
|
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnometarget gtk20 intltool intlhack pkgconfig
|
|
|
|
USE_XFCE= configenv libgui libmcs libutil mcsmanager panel
|
|
|
|
USE_XLIB= yes
|
|
|
|
|
|
|
|
OPTIONS= DBUS "Enable D-BUS support" on
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if !defined(WITHOUT_DBUS)
|
|
|
|
LIB_DEPENDS+= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
|
|
|
|
CONFIGURE_ARGS+=--enable-dbus
|
|
|
|
PLIST_SUB+= WITH_DBUS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+=--disable-dbus
|
|
|
|
PLIST_SUB+= WITH_DBUS="@comment "
|
|
|
|
.endif
|
2003-07-28 20:22:23 +02:00
|
|
|
|
2007-03-07 16:39:06 +01:00
|
|
|
post-patch:
|
|
|
|
.if ${X11BASE} != ${LOCALBASE}
|
|
|
|
@${REINPLACE_CMD} 's|/usr/local/share:|${X11BASE}/share:|' \
|
|
|
|
${WRKSRC}/scripts/startxfce4.in
|
|
|
|
.else
|
|
|
|
@${REINPLACE_CMD} 's|/usr/local/share:||' \
|
|
|
|
${WRKSRC}/scripts/startxfce4.in
|
|
|
|
.endif
|
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
.include <bsd.port.post.mk>
|