ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/x11-wm/xfce4-desktop/Makefile
Revision: 7220
Committed: Thu Mar 12 23:17:32 2009 UTC (15 years, 1 month ago) by ctriv
File size: 1176 byte(s)
Log Message:
fix desktop menu.

File Contents

# User Rev Content
1 laffer1 6338 # New ports collection makefile for: xfdesktop
2     # Date created: 7 June 2003
3     # Whom: James Earl <jdearl@telus.net>
4     #
5 ctriv 7220 # $MidnightBSD: mports/x11-wm/xfce4-desktop/Makefile,v 1.2 2009/03/12 05:20:33 ctriv Exp $
6 laffer1 6338 # $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 ctriv 7211 PORTVERSION= ${XFCE_VERSION}
11 laffer1 6338 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 ctriv 7220 USE_XFCE= configenv libgui libutil xfconf panel libmenu
30 laffer1 6338
31 ctriv 7211 OPTIONS= THUNAR "Enable thunar support" on
32 laffer1 6338
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.3