mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
a6d2f30533
and libintl.so. This fixes a problem where DATADIRNAME gets an incorrect value which causes locale files to be installed in the wrong place. - The only configure checks that still need to be patched are related to intltool so move DATADIRNAME patching from USES=pathfix to USE_GNOME=intlhack. - games/klavaro: remove excessive dependencies - japanese/libskk: add INSTALL_TARGET=install-strip - math/libqalculate: add INSTALL_TARGET=install-strip and remove pthread patching - multimedia/freetuxtv: remove excessive dependencies - science/gramps: fix shared-mime-info use Exp-run by: antoine Approved by: portmgr (antoine)
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# Created by: Olivier Duchateau
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= plank
|
|
PORTVERSION= 0.6.1
|
|
CATEGORIES= x11-wm
|
|
MASTER_SITES= https://launchpadlibrarian.net/175961829/ \
|
|
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
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LIBS+= -L${LOCALBASE}/lib
|
|
USE_GNOME= glib20 gtk30 gdkpixbuf2 intlhack 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 \
|
|
--disable-apport
|
|
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
DBUSMENU_LIB_DEPENDS= libdbusmenu-gtk3.so:${PORTSDIR}/devel/libdbusmenu
|
|
DBUSMENU_CONFIGURE_ENABLE= dbusmenu
|
|
|
|
.include <bsd.port.mk>
|