ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-wm/xfce4-desktop/Makefile
Revision: 7211
Committed: Thu Mar 12 05:20:33 2009 UTC (15 years, 1 month ago) by ctriv
File size: 1170 byte(s)
Log Message:
Update to 4.6.0

File Contents

# Content
1 # New ports collection makefile for: xfdesktop
2 # Date created: 7 June 2003
3 # Whom: James Earl <jdearl@telus.net>
4 #
5 # $MidnightBSD: mports/x11-wm/xfce4-desktop/Makefile,v 1.1 2008/09/25 14:34:02 laffer1 Exp $
6 # $FreeBSD: ports/x11-wm/xfce4-desktop/Makefile,v 1.46 2008/06/06 14:17:20 edwin Exp $
7 #
8
9 PORTNAME= xfce4-desktop
10 PORTVERSION= ${XFCE_VERSION}
11 CATEGORIES= x11-wm xfce
12 MASTER_SITES= ${MASTER_SITE_XFCE}
13 DISTNAME= xfdesktop-${PORTVERSION}
14 DIST_SUBDIR= xfce4
15
16 MAINTAINER= ports@MidnightBSD.org
17 COMMENT= XFce 4 desktop background manager and root menu
18 LICENSE= gpl2
19
20 LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib
21
22 GNU_CONFIGURE= yes
23 INSTALLS_ICONS= yes
24 USE_BZIP2= yes
25 USE_GETTEXT= yes
26 USE_GMAKE= yes
27 USE_GNOME= glib20 gnometarget gtk20 intltool intlhack pkgconfig
28 USE_LDCONFIG= yes
29 USE_XFCE= configenv libgui libutil xfconf panel
30
31 OPTIONS= THUNAR "Enable thunar support" on
32
33 MAN1= xfdesktop.1
34
35 .include <bsd.port.pre.mk>
36
37 .if !defined(WITHOUT_THUNAR)
38 CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx --enable-exo
39 USE_XFCE+= libexo thunar
40 .else
41 CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo
42 .endif
43
44 .include <bsd.port.post.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.2