summaryrefslogtreecommitdiff
path: root/net/gfbgraph/Makefile
blob: f4e182dcae80a3fc3a5e2211ed97c214ad5aab45 (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=	gfbgraph
DISTVERSION=	0.2.4
PORTREVISION=	2
CATEGORIES=	net www
MASTER_SITES=	GNOME

MAINTAINER=	gnome@FreeBSD.org
COMMENT=	GObject library for Facebook Graph API

BUILD_DEPENDS=	gtkdoc-rebase:textproc/gtk-doc
LIB_DEPENDS=	librest-0.7.so:devel/librest \
		libgoa-1.0.so:net/gnome-online-accounts \
		libjson-glib-1.0.so:devel/json-glib \
		libsoup-2.4.so:devel/libsoup

USES=		autoreconf cpe gettext gmake gnome libtool localbase:ldflags pathfix \
		pkgconfig tar:xz
CPE_VENDOR=	gnome
CPE_PRODUCT=	lib${PORTNAME}
USE_GNOME=	glib20 intlhack introspection:build libxml2
USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--enable-gtk-doc

INSTALL_TARGET=	install install-strip

pre-configure:
	@cd ${WRKSRC} && ${SETENV} ${CONFIGURE_ENV} NOCONFIGURE=1 ./autogen.sh

.include <bsd.port.mk>