ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-wm/xfce4-desktop/Makefile
Revision: 6338
Committed: Thu Sep 25 14:34:02 2008 UTC (15 years, 7 months ago) by laffer1
File size: 1098 byte(s)
Log Message:
add xfce4-desktop

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$
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= 4.4.2
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 libmcs libutil mcsmanager panel
30
31 OPTIONS= \
32 THUNAR "Enable thunar support" on
33
34 MAN1= xfdesktop.1
35
36 .include <bsd.port.pre.mk>
37
38 .if !defined(WITHOUT_THUNAR)
39 CONFIGURE_ARGS+=--enable-thunar-vfs --enable-thunarx --enable-exo
40 USE_XFCE+= libexo thunar
41 .else
42 CONFIGURE_ARGS+=--disable-thunar-vfs --disable-thunarx --disable-exo
43 .endif
44
45 .include <bsd.port.post.mk>

Properties

Name Value
cvs2svn:cvs-rev 1.1