ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-wm/xfce4-desktop/Makefile
Revision: 19274
Committed: Mon Jun 1 23:11:56 2015 UTC (8 years, 11 months ago) by laffer1
File size: 1107 byte(s)
Log Message:
update more xfce ports

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= xfce4-desktop
4 PORTVERSION= 4.12.2
5 CATEGORIES= x11-wm xfce
6 MASTER_SITES= XFCE/src/xfce/xfdesktop/${PORTVERSION:R}/
7 DISTNAME= xfdesktop-${PORTVERSION}
8 DIST_SUBDIR= xfce4
9
10 MAINTAINER= ports@MidnightBSD.org
11 COMMENT= Xfce's desktop manager
12
13 LICENSE= gpl2
14 LICENSE_FILE= ${WRKSRC}/COPYING
15
16 LIB_DEPENDS= libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
17 libnotify.so:${PORTSDIR}/devel/libnotify
18
19 GNU_CONFIGURE= yes
20 INSTALLS_ICONS= yes
21 USE_GNOME= glib20 gtk20 intltool intlhack libwnck
22 USE_XFCE= garcon
23 USES= pkgconfig gmake gettext-tools xfce tar:bzip2
24 USE_XORG= x11 sm
25
26 CONFIGURE_ARGS+=--enable-gio-unix \
27 --enable-notifications
28
29 OPTIONS_DEFINE= NLS THUNAR
30 OPTIONS_DEFAULT= THUNAR
31 NLS_USES= gettext-runtime
32 NLS_CONFIGURE_ENABLE= nls
33 THUNAR_USE= xfce=thunar
34 THUNAR_CONFIGURE_ENABLE= thunarx
35 THUNAR_CONFIGURE_WITH= file-manager-fallback=Thunar
36 THUNAR_USE_OFF= xfce=libexo
37 THUNAR_DESC= Thunar file manager support
38 OPTIONS_SUB= yes
39
40 .include <bsd.port.pre.mk>
41
42 post-patch:
43 .if !${PORT_OPTIONS:MNLS}
44 @${REINPLACE_CMD} -e 's|po ||' ${WRKSRC}/Makefile.in
45 .endif
46
47 .include <bsd.port.post.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H