freebsd-ports/x11/plank/Makefile
Tobias C. Berner a665a081f9 x11/plank: Moved from x11-wm/plank, updated to 0.11.89
* Various adjustments/fixes and preparations for 0.12.0
* Port moved as incorrectly labeled under windows manager
  but is an independent dock application.
* Give maintainership to Daniel Shafer <daniel@shafer.cc>

PR:		241302
Submitted by:	Daniel Shafer <daniel@shafer.cc> (maintainer)
Differential Revision:	https://reviews.freebsd.org/D22029
2019-10-17 08:48:09 +00:00

52 lines
1.2 KiB
Makefile

# Created by: Olivier Duchateau
# $FreeBSD$
PORTNAME= plank
PORTVERSION= 0.11.89
CATEGORIES= x11
MASTER_SITES= https://launchpad.net/${PORTNAME}/1.0/${PORTVERSION}/+download/
MAINTAINER= daniel@shafer.cc
COMMENT= Elegant, simple, and clean dock
LICENSE= GPLv3
LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= vapigen:lang/vala
LIB_DEPENDS= libbamf3.so:sysutils/bamf \
libgee-0.8.so:devel/libgee \
libgnome-menu-3.so:x11/gnome-menus
USES= gmake gnome libtool localbase pathfix pkgconfig tar:xz xorg
USE_GNOME= glib20 gtk30 gdkpixbuf2 cairo intlhack libxml2 libwnck3 dconf
USE_XORG= x11 xfixes xi
CFLAGS+= -Wno-return-type
GNU_CONFIGURE= yes
GLIB_SCHEMAS= net.launchpad.plank.gschema.xml
OPTIONS_SUB= yes
OPTIONS_DEFINE= NLS DBUSMENU
DBUSMENU_DESC= DBusMenu protocol
CONFIGURE_ARGS= --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:devel/libdbusmenu
DBUSMENU_CONFIGURE_ENABLE= dbusmenu
INSTALLS_ICONS= yes
INSTALL_TARGET= install-strip
post-patch:
${REINPLACE_CMD} -e 's|CPUMonitor||' \
${WRKSRC}/docklets/Makefile.in
.include <bsd.port.mk>