blob: 1181a50543e452fb203102f6c9af5a345b815868 (
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
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
# $FreeBSD$
# $MCom$
PORTNAME= gfbgraph
PORTVERSION= 0.2.2
PORTREVISION= 1
CATEGORIES= net www
MASTER_SITES= GNOME
MAINTAINER= gnome@FreeBSD.org
COMMENT= GObject library for Facebook Graph API
BUILD_DEPENDS= gtkdoc-rebase:${PORTSDIR}/textproc/gtk-doc
LIB_DEPENDS= librest-0.7.so:${PORTSDIR}/devel/librest \
libgoa-1.0.so:${PORTSDIR}/net/gnome-online-accounts \
libjson-glib-1.0.so:${PORTSDIR}/devel/json-glib
USES= gettext gmake libtool pathfix pkgconfig tar:xz
USE_GNOME= glib20 intlhack introspection:build
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
INSTALLS_ICONS= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
.include <bsd.port.mk>
|