aboutsummaryrefslogtreecommitdiffstats
path: root/x11-wm/plank/Makefile
blob: d51d7c7024afe5682a0b93b435caa206f6f8ebde (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
45
46
# Created by: Olivier Duchateau
# $FreeBSD$

PORTNAME=   plank
PORTVERSION=    0.9.1
CATEGORIES= x11-wm
MASTER_SITES=   https://launchpadlibrarian.net/205431962/ \
    https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/

MAINTAINER= olivierd@FreeBSD.org
COMMENT=    Elegant, simple, and clean dock

LICENSE=    GPLv3
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  vapigen:${PORTSDIR}/lang/vala
LIB_DEPENDS=    libbamf3.so:${PORTSDIR}/sysutils/bamf \
        libgee-0.8.so:${PORTSDIR}/devel/libgee

USES=       tar:xz pkgconfig gmake pathfix libtool
GNU_CONFIGURE=  yes
CPPFLAGS+=  -I${LOCALBASE}/include
LIBS+=      -L${LOCALBASE}/lib
CFLAGS+=    -Wno-return-type
USE_GNOME=  glib20 gtk30 gdkpixbuf2 intlhack libxml2 libwnck3
USE_XORG=   x11 xfixes xi
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
OPTIONS_SUB=    yes

OPTIONS_DEFINE= NLS DBUSMENU
DBUSMENU_DESC=  DBusMenu protocol

CONFIGURE_ARGS= --enable-gee-0.8 \
    --disable-benchmark \
    --disable-headless-tests \
    --disable-apport

NLS_USES=       gettext
NLS_USES_OFF=       gettext-tools
NLS_CONFIGURE_ENABLE=   nls

DBUSMENU_LIB_DEPENDS=       libdbusmenu-gtk3.so:${PORTSDIR}/devel/libdbusmenu
DBUSMENU_CONFIGURE_ENABLE=  dbusmenu

.include <bsd.port.mk>