Update www/p5-MediaWiki to version 1.13_1
[dports.git] / x11 / wbar / Makefile
1 # Created by: Nicola Vitale <nivit@FreeBSD.org>
2 # $FreeBSD$
3
4 PORTNAME=       wbar
5 PORTVERSION=    2.3.4
6 PORTREVISION=   0
7 CATEGORIES=     x11
8 MASTER_SITES=   ${MASTER_SITE_GOOGLE_CODE}
9
10 MAINTAINER=     nivit@FreeBSD.org
11 COMMENT=        quick launch bar for fluxbox, WindowMaker, Xfce, etc
12
13 LICENSE=        GPLv3
14
15 CONFIGURE_ARGS= --exec-prefix=${PREFIX}
16
17 USES=           pkgconfig gettext gmake tar:tgz
18 USE_EFL=        imlib2
19
20 GNU_CONFIGURE=  yes
21
22 OPTIONS_DEFINE= NLS WBARCONFIG
23 OPTIONS_DEFAULT=        NLS WBARCONFIG
24 OPTIONS_SUB=    yes
25
26 WBARCONFIG_DESC=        Build the GTK+ configuration interface
27
28 NLS_CONFIGURE_ENABLE=   nls
29 NLS_LIBS=       -lintl
30
31 WBARCONFIG_CONFIGURE_ENABLE=    wbar-config
32 WBARCONFIG_USE=         GNOME=libglade2
33
34 WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
35
36 PLIST_SUB+=     DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}
37
38 post-install:
39         ${MV} ${STAGEDIR}${PREFIX}/etc/wbar.d/wbar.desktop ${STAGEDIR}${DESKTOPDIR}/wbar.desktop
40
41 .include <bsd.port.mk>