aboutsummaryrefslogtreecommitdiff
path: root/devel/ayatana-ido/Makefile
blob: d510469adde8656ef4c7af1ed3f9bfa9e72cf200 (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
PORTNAME=	ayatana-ido
PORTVERSION=	0.9.1
CATEGORIES=	devel

PATCH_SITES=	https://github.com/AyatanaIndicators/ayatana-ido/commit/
PATCHFILES=	62f510e2e846b182d5565c354a72319849ab5a21.diff:-p1

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

LICENSE=	LGPL3

BUILD_DEPENDS=	vala>=0:lang/vala \
		lcov>=0:devel/lcov

USES=	cmake localbase:ldflags gnome pkgconfig

LIB_DEPENDS=	libharfbuzz.so:print/harfbuzz \
		libgtest.so:devel/googletest
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>