freebsd-ports/x11-wm/plank/Makefile
Adam Weinberger a39e0dea71 Avoid unnecessary bsd.port.options.mk inclusion by using
OPTIONS helpers.

Approved by:	portmgr (blanket)
2014-07-03 16:09:40 +00:00

40 lines
988 B
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= plank
PORTVERSION= 0.5.0
CATEGORIES= x11-wm
MASTER_SITES= https://launchpadlibrarian.net/156777764/ \
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-vapigen
LIB_DEPENDS= libbamf3.so:${PORTSDIR}/sysutils/bamf \
libgee-0.8.so:${PORTSDIR}/devel/libgee
USES= tar:xz pkgconfig gmake pathfix libtool
GNU_CONFIGURE= yes
USE_GNOME= glib20 gtk30 gdkpixbuf2 libxml2 libwnck3
USE_XORG= x11
INSTALLS_ICONS= yes
OPTIONS_SUB= yes
OPTIONS_DEFINE= NLS DBUSMENU
DBUSMENU_DESC= DBusMenu protocol
CONFIGURE_ARGS= --enable-gee-0.8 \
--disable-benchmark \
--disable-headless-tests
NLS_USES= gettext
NLS_CONFIGURE_ENABLE= nls
DBUSMENU_LIB_DEPENDS= libdbusmenu-gtk3.so:${PORTSDIR}/devel/libdbusmenu
DBUSMENU_CONFIGURE_ENABLE= dbusmenu
.include <bsd.port.mk>