2013-05-08 17:28:05 +02:00
|
|
|
# Created by: James Earl <jdearl@telus.net>
|
2003-05-12 01:17:29 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2003-07-28 20:27:32 +02:00
|
|
|
PORTNAME= xfce4-wm
|
2015-03-15 23:01:56 +01:00
|
|
|
PORTVERSION= 4.12.2
|
2003-08-16 09:03:34 +02:00
|
|
|
CATEGORIES= x11-wm xfce
|
2015-03-15 08:46:50 +01:00
|
|
|
MASTER_SITES= XFCE/src/xfce/xfwm4/${PORTVERSION:R}/
|
2003-07-28 20:27:32 +02:00
|
|
|
DISTNAME= xfwm4-${PORTVERSION}
|
2003-09-28 19:52:45 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-05-12 01:17:29 +02:00
|
|
|
|
2011-10-23 13:56:51 +02:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2012-05-25 18:51:40 +02:00
|
|
|
COMMENT= Xfce's window manager
|
2011-10-28 17:10:26 +02:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
LICENSE= GPLv2
|
|
|
|
|
|
|
|
LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib
|
2011-10-28 17:10:26 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --enable-xsync \
|
|
|
|
--enable-render \
|
|
|
|
--enable-randr \
|
2015-03-05 23:52:30 +01:00
|
|
|
--enable-compositor \
|
2011-10-28 17:10:26 +02:00
|
|
|
--disable-kde-systray
|
2007-01-22 17:45:10 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-06-19 06:53:44 +02:00
|
|
|
INSTALLS_ICONS= yes
|
2015-03-05 23:52:30 +01:00
|
|
|
USES= pkgconfig gmake gettext-tools xfce tar:bzip2
|
|
|
|
USE_GNOME= gtk20 intltool intlhack libwnck
|
2007-01-22 17:45:10 +01:00
|
|
|
USE_LDCONFIG= yes
|
2015-03-05 23:52:30 +01:00
|
|
|
USE_XFCE= libmenu
|
|
|
|
USE_XORG= x11 sm xcomposite xdamage xext xfixes xrandr xrender
|
2012-05-25 18:51:40 +02:00
|
|
|
DATADIR= ${PREFIX}/share/xfwm4
|
2007-04-11 18:26:53 +02:00
|
|
|
|
2015-03-05 23:52:30 +01:00
|
|
|
OPTIONS_DEFINE= DRM NLS STARTUP
|
|
|
|
OPTIONS_DEFAULT= NLS STARTUP
|
|
|
|
DRM_DESC= Direct Rendering Module service
|
|
|
|
STARTUP_DESC= Startup notification
|
|
|
|
DRM_LIB_DEPENDS= libdrm.so:${PORTSDIR}/graphics/libdrm
|
|
|
|
DRM_CONFIGURE_ENABLE= libdrm
|
|
|
|
NLS_USES= gettext-runtime
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
STARTUP_LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification
|
|
|
|
STARTUP_CONFIGURE_ENABLE= startup-notification
|
|
|
|
OPTIONS_SUB= yes
|
2007-06-19 06:53:44 +02:00
|
|
|
|
2012-05-30 18:49:12 +02:00
|
|
|
.include <bsd.port.mk>
|