diff options
Diffstat (limited to 'x11-wm/lxsession/Makefile')
-rw-r--r-- | x11-wm/lxsession/Makefile | 28 |
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} |