aboutsummaryrefslogtreecommitdiffstats
path: root/x11/wbar/Makefile
blob: 9e3042693cbb63278208acd2229bb55ae7971388 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   wbar
PORTVERSION=    2.3.4
PORTREVISION=   1
CATEGORIES= x11
MASTER_SITES=   GOOGLE_CODE

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Simple and highly customizable quick launch bar

LICENSE=    GPLv3

BUILD_DEPENDS=  intltool-update:${PORTSDIR}/textproc/intltool
LIB_DEPENDS=    libImlib2.so:${PORTSDIR}/graphics/imlib2

CONFIGURE_ARGS= --exec-prefix=${PREFIX}

USES=       pkgconfig gettext gmake tar:tgz

GNU_CONFIGURE=  yes
LDFLAGS+=   -L${LOCALBASE}/lib

OPTIONS_DEFINE= NLS WBARCONFIG
OPTIONS_DEFAULT=    NLS WBARCONFIG
OPTIONS_SUB=    yes

WBARCONFIG_DESC=    Build the GTK+ configuration interface

NLS_CONFIGURE_ENABLE=   nls
NLS_LIBS=   -lintl

WBARCONFIG_CONFIGURE_ENABLE=    wbar-config
WBARCONFIG_USE=     GNOME=libglade2

WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}

PLIST_SUB+= DESKTOPDIR=${DESKTOPDIR:S,${PREFIX}/,,}

post-install:
    ${MV} ${STAGEDIR}${PREFIX}/etc/wbar.d/wbar.desktop ${STAGEDIR}${DESKTOPDIR}/wbar.desktop

.include <bsd.port.mk>