aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm
diff options
context:
space:
mode:
authornemysis <nemysis@FreeBSD.org>2013-08-18 07:34:19 +0800
committernemysis <nemysis@FreeBSD.org>2013-08-18 07:34:19 +0800
commit7b906242e38082e6689d7799064d60daf517764a (patch)
tree23e120bcab84bdd00fbbebe63a2cb7bc9dee554b /x11-wm
parent422e9e198d9bc10f1620871c371f5bc3b87c68c3 (diff)
downloadfreebsd-ports-gnome-7b906242e38082e6689d7799064d60daf517764a.tar.gz
freebsd-ports-gnome-7b906242e38082e6689d7799064d60daf517764a.tar.zst
freebsd-ports-gnome-7b906242e38082e6689d7799064d60daf517764a.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)
Diffstat (limited to 'x11-wm')
-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}