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

MAINTAINER=	jgh@FreeBSD.org
COMMENT=	Ayatana Application Indicators Shared Library
WWW=		https://github.com/AyatanaIndicators/libayatana-appindicator

LICENSE=	LGPL3

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

USES=		cmake gnome localbase:ldflags pkgconfig

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

USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	AyatanaIndicators

PORTDOCS=	AUTHORS COPYING ChangeLog NEWS README

OPTIONS_DEFINE=	DOCS

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

post-install-DOCS-on:
	${MKDIR} ${STAGEDIR}${DOCSDIR}
.for doc in ${PORTDOCS}
	${INSTALL_DATA} ${WRKSRC}/${doc} ${STAGEDIR}${DOCSDIR}
.endfor

.include <bsd.port.mk>