2013-03-03 16:08:46 +00:00
|
|
|
# Created by: Matt Lancereau <matt@rimasec.net>
|
2003-12-12 23:15:31 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xfce4-session
|
2013-05-08 15:20:15 +00:00
|
|
|
PORTVERSION= 4.10.1
|
2014-06-05 08:39:16 +00:00
|
|
|
PORTREVISION= 3
|
2003-12-12 23:15:31 +00:00
|
|
|
CATEGORIES= x11-wm xfce
|
2007-10-25 22:53:28 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_XFCE}
|
2013-05-08 15:20:15 +00:00
|
|
|
MASTER_SITE_SUBDIR= src/xfce/${PORTNAME}/${PORTVERSION:R}
|
2004-07-21 12:39:13 +00:00
|
|
|
DIST_SUBDIR= xfce4
|
2003-12-12 23:15:31 +00:00
|
|
|
|
2011-10-23 11:56:51 +00:00
|
|
|
MAINTAINER= xfce@FreeBSD.org
|
2012-05-25 16:51:40 +00:00
|
|
|
COMMENT= Xfce's session manager
|
|
|
|
|
2008-03-07 22:51:39 +00:00
|
|
|
BUILD_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth
|
2011-04-25 11:59:52 +00:00
|
|
|
RUN_DEPENDS= iceauth:${PORTSDIR}/x11/iceauth \
|
|
|
|
console-kit-daemon:${PORTSDIR}/sysutils/consolekit
|
2013-09-23 21:25:01 +00:00
|
|
|
LIB_DEPENDS= libwnck-1.so:${PORTSDIR}/x11-toolkits/libwnck \
|
|
|
|
libdbus-glib-1.so:${PORTSDIR}/devel/dbus-glib \
|
|
|
|
libupower-glib.so:${PORTSDIR}/sysutils/upower \
|
|
|
|
libpolkit-gobject-1.so:${PORTSDIR}/sysutils/polkit
|
2008-03-07 22:51:39 +00:00
|
|
|
|
2005-01-26 16:57:40 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2008-03-07 22:51:39 +00:00
|
|
|
INSTALLS_ICONS= yes
|
2013-04-25 16:52:05 +00:00
|
|
|
USE_GNOME= gtk20 glib20 intltool intlhack
|
2014-06-05 08:39:16 +00:00
|
|
|
USES= pathfix pkgconfig gmake tar:bzip2 libtool
|
2007-01-22 16:45:10 +00:00
|
|
|
USE_LDCONFIG= yes
|
2013-05-08 15:20:15 +00:00
|
|
|
USE_XFCE= configenv libmenu libutil xfconf
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 17:56:05 +00:00
|
|
|
USE_XORG= x11 sm ice
|
2005-05-17 21:29:50 +00:00
|
|
|
|
2012-05-25 16:51:40 +00:00
|
|
|
CONFIGURE_ARGS+=--enable-legacy-sm \
|
2013-05-08 15:20:15 +00:00
|
|
|
--disable-systemd \
|
2013-04-25 16:52:05 +00:00
|
|
|
--with-xsession-prefix=${PREFIX}
|
2012-05-25 16:51:40 +00:00
|
|
|
|
|
|
|
SUB_FILES= pkg-message
|
|
|
|
PKGMESSAGE= ${WRKDIR}/pkg-message
|
2011-04-25 11:59:52 +00:00
|
|
|
|
2013-05-08 15:20:15 +00:00
|
|
|
OPTIONS_DEFINE= NLS
|
2011-06-07 06:37:58 +00:00
|
|
|
|
2011-03-03 10:12:30 +00:00
|
|
|
PLIST_SUB= VERSION="4.6"
|
2010-05-31 15:27:35 +00:00
|
|
|
|
2013-03-03 16:08:46 +00:00
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-05-30 16:49:12 +00:00
|
|
|
.if ${PORT_OPTIONS:MNLS}
|
2013-04-25 16:52:05 +00:00
|
|
|
USES+= gettext
|
2010-05-31 15:27:35 +00:00
|
|
|
CONFIGURE_ARGS+= --enable-nls
|
|
|
|
PLIST_SUB+= NLS=""
|
|
|
|
.else
|
|
|
|
CONFIGURE_ARGS+= --disable-nls
|
|
|
|
PLIST_SUB+= NLS="@comment "
|
|
|
|
.endif
|
2012-05-25 16:51:40 +00:00
|
|
|
|
2008-03-07 22:51:39 +00:00
|
|
|
.include <bsd.port.mk>
|