2003-12-13 00:15:31 +01:00
|
|
|
# New ports collection makefile for: xfce4-session
|
|
|
|
# Date created: 2003-10-30
|
|
|
|
# Whom: Matt Lancereau <matt@rimasec.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= xfce4-session
|
2007-04-11 18:26:53 +02:00
|
|
|
PORTVERSION= 4.4.1
|
2007-05-19 22:36:56 +02:00
|
|
|
PORTREVISION= 1
|
2003-12-13 00:15:31 +01:00
|
|
|
CATEGORIES= x11-wm xfce
|
2007-01-22 17:45:10 +01:00
|
|
|
MASTER_SITES= ${MASTER_SITES_XFCE}
|
2004-07-21 14:39:13 +02:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-12-13 00:15:31 +01:00
|
|
|
|
2005-01-26 17:57:40 +01:00
|
|
|
MAINTAINER= oliver@FreeBSD.org
|
|
|
|
COMMENT= Session manager for the Xfce 4 desktop environment
|
2003-12-13 00:15:31 +01:00
|
|
|
|
2007-01-22 17:45:10 +01:00
|
|
|
BUILD_DEPENDS= iceauth:${X_CLIENTS_PORT}
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
2003-12-13 00:15:31 +01:00
|
|
|
|
2005-01-26 17:57:40 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2007-01-22 17:45:10 +01:00
|
|
|
INSTALLS_ICONS= yes
|
|
|
|
USE_BZIP2= yes
|
|
|
|
USE_GETTEXT= yes
|
|
|
|
USE_GMAKE= yes
|
|
|
|
USE_GNOME= gnomehack gnometarget gtk20 intltool intlhack pkgconfig
|
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_XFCE= configenv libgui libmcs libutil mcsmanager
|
|
|
|
USE_XLIB= yes
|
2005-05-17 23:29:50 +02:00
|
|
|
|
2005-01-26 17:57:40 +01:00
|
|
|
MAN1= xfce4-session.1 xfce4-session-logout.1
|
2003-12-13 00:15:31 +01:00
|
|
|
|
2007-03-14 05:12:32 +01:00
|
|
|
.include <bsd.port.mk>
|