aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/xfce4-desktop/Makefile
blob: e068e89c190cf682e5208deb03187daff790879e (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-desktop
PORTVERSION=    4.14.1
CATEGORIES= x11-wm xfce
MASTER_SITES=   XFCE
DISTNAME=   xfdesktop-${DISTVERSIONFULL}
DIST_SUBDIR=    xfce4

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

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

LIB_DEPENDS=    libnotify.so:devel/libnotify

USES=       gettext-tools gmake gnome pkgconfig tar:bzip2 xfce xorg
USE_GNOME=  cairo glib20 gtk30 intltool libwnck3
USE_XFCE=   garcon libexo
USE_XORG=   ice sm x11

GNU_CONFIGURE=  yes
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip

CONFIGURE_ARGS= --enable-gio-unix \
        --enable-notifications

OPTIONS_DEFINE=         NLS THUNAR
OPTIONS_DEFAULT=        THUNAR
OPTIONS_SUB=            yes

THUNAR_DESC=            Thunar file manager support

NLS_CONFIGURE_ENABLE=       nls
NLS_USES=           gettext-runtime

THUNAR_CONFIGURE_ENABLE=    thunarx
THUNAR_CONFIGURE_WITH=      file-manager-fallback=Thunar
THUNAR_USE=         xfce=thunar

.include <bsd.port.mk>