summaryrefslogtreecommitdiff
path: root/devel/ayatana-ido/Makefile
blob: 348ed1e82de3e300277ddcd8c1ff148594265a33 (plain)
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
PORTNAME=	ayatana-ido
PORTVERSION=	0.9.2
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	jgh@FreeBSD.org
COMMENT=	Ayatana Indicator Display Objects

LICENSE=	LGPL3

LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
		libgtest.so:devel/googletest
BUILD_DEPENDS=	vala>=0:lang/vala \
		lcov>=0:devel/lcov

USES=	cmake localbase:ldflags gnome pkgconfig

USE_GNOME=	introspection glib20 gtk30 pango atk cairo gdkpixbuf2

USE_LDCONFIG=	yes

USE_GITHUB=	yes
GH_ACCOUNT=	AyatanaIndicators

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

.include <bsd.port.mk>