aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4-wm/Makefile
blob: e5c31ef8e0715060e252e479fc5806b5252a67d5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Created by: James Earl <jdearl@telus.net>
# $FreeBSD$

PORTNAME=   xfce4-wm
PORTVERSION=    4.12.1
CATEGORIES= x11-wm xfce
MASTER_SITES=   XFCE/src/xfce/xfwm4/${PORTVERSION:R}/
DISTNAME=   xfwm4-${PORTVERSION}
DIST_SUBDIR=    xfce4

MAINTAINER= xfce@FreeBSD.org
COMMENT=    Xfce's window manager

LICENSE=    GPLv2

LIB_DEPENDS=    libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib

CONFIGURE_ARGS= --enable-xsync \
        --enable-render \
        --enable-randr \
        --enable-compositor \
        --disable-kde-systray
GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
USES=       pkgconfig gmake gettext-tools xfce tar:bzip2
USE_GNOME=  gtk20 intltool intlhack libwnck
USE_LDCONFIG=   yes
USE_XFCE=   libmenu
USE_XORG=   x11 sm xcomposite xdamage xext xfixes xrandr xrender
DATADIR=    ${PREFIX}/share/xfwm4

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

.include <bsd.port.mk>