aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/lxsession
diff options
context:
space:
mode:
authorRusmir Dusko <nemysis@FreeBSD.org>2013-08-17 23:34:19 +0000
committerRusmir Dusko <nemysis@FreeBSD.org>2013-08-17 23:34:19 +0000
commit1ddcbe6f064641a91ea66ba91c417e5de78f4d32 (patch)
tree23e120bcab84bdd00fbbebe63a2cb7bc9dee554b /x11-wm/lxsession
parent063f0e723b43514bef593a6d4bc30963b7abfbd4 (diff)
downloadports-1ddcbe6f064641a91ea66ba91c417e5de78f4d32.tar.gz
ports-1ddcbe6f064641a91ea66ba91c417e5de78f4d32.zip
- Change maintainer email gmx.ch --> FreeBSD.org
- Remove dependency for textproc/docbook-to-man - Remove hal version from LIB_DEPENDS - Add dependencies for lang/vala, devel/libgee, dbus-glib and textproc/libxslt - USES gmake iconv pkgconfig - Trim NLS Approved by:wg (mentor)
Notes
Notes: svn path=/head/; revision=324880
Diffstat (limited to 'x11-wm/lxsession')
-rw-r--r--x11-wm/lxsession/Makefile28
1 files changed, 11 insertions, 17 deletions
diff --git a/x11-wm/lxsession/Makefile b/x11-wm/lxsession/Makefile
index 516c3188c1a4..0fa81b3865ab 100644
--- a/x11-wm/lxsession/Makefile
+++ b/x11-wm/lxsession/Makefile
@@ -5,20 +5,18 @@ PORTNAME= lxsession
PORTVERSION= 0.4.6.1
PORTREVISION= 1
CATEGORIES= x11-wm
-MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION}
+MASTER_SITES= SF/lxde/LXSession%20%28session%20manager%29/LXSession%20${PORTVERSION}/
-MAINTAINER= nemysis@gmx.ch
+MAINTAINER= nemysis@FreeBSD.org
COMMENT= LXDE Session Manager
-LIB_DEPENDS= hal.1:${PORTSDIR}/sysutils/hal
-BUILD_DEPENDS= docbook-to-man:${PORTSDIR}/textproc/docbook-to-man
+BUILD_DEPENDS= valac:${PORTSDIR}/lang/vala
+LIB_DEPENDS= hal:${PORTSDIR}/sysutils/hal \
+ gee:${PORTSDIR}/devel/libgee \
+ dbus-glib:${PORTSDIR}/devel/dbus-glib
-CONFLICTS= lxsession-lite-[0-9]*
-
-USE_GNOME= gtk20 intlhack
-
-USE_GMAKE= yes
-USES= iconv
+USES= gmake iconv pkgconfig
+USE_GNOME= gtk20 intlhack libxslt
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -28,15 +26,11 @@ CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
OPTIONS_DEFINE= NLS
+OPTIONS_SUB= yes
-.include <bsd.port.options.mk>
+NLS_USES= gettext
-.if ${PORT_OPTIONS:MNLS}
-USES+= gettext
-PLIST_SUB+= NLS=""
-.else
-PLIST_SUB+= NLS="@comment "
-.endif
+.include <bsd.port.options.mk>
post-patch:
.if ! ${PORT_OPTIONS:MNLS}