aboutsummaryrefslogtreecommitdiff
path: root/devel/libayatana-appindicator/Makefile
blob: 292c28dc3b86d0ec50454b4e14cbbff9459c2b57 (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
PORTNAME=	libayatana-appindicator
PORTVERSION=	0.5.91
PORTREVISION=	1
CATEGORIES=	devel

MAINTAINER=	jgh@FreeBSD.org
COMMENT=	Ayatana Application Indicators Shared Library

LICENSE=	LGPL3

BUILD_DEPENDS=	lcov>=0:devel/lcov

USES=	cmake localbase:ldflags gnome pkgconfig

LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
		libgtest.so:devel/googletest \
		libayatana-indicator3.so:devel/libayatana-indicator \
		libdbusmenu-glib.so:devel/libdbusmenu \
		libayatana-ido3-0.4.so:devel/ayatana-ido

USE_GNOME=	introspection gtk30 glib20 pango atk cairo gdkpixbuf2
CMAKE_OFF=	ENABLE_BINDINGS_MONO \
		FLAVOUR_GTK2 \
		ENABLE_BINDINGS_VALA

USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	AyatanaIndicators

post-install:
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libayatana-appindicator3.so.*

.include <bsd.port.mk>