2014-11-19 11:49:04 +00:00
|
|
|
# Created by: Gustau Perez <gustau.perez@gmail.com>
|
|
|
|
# $FreeBSD$
|
|
|
|
# $MCom: ports/trunk/net/gfbgraph/Makefile 19822 2014-08-20 08:57:46Z gusi $
|
|
|
|
|
|
|
|
PORTNAME= gfbgraph
|
|
|
|
PORTVERSION= 0.2.2
|
2015-01-15 13:27:53 +00:00
|
|
|
PORTREVISION= 2
|
2014-11-19 11:49:04 +00:00
|
|
|
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
|
|
|
|
|
2015-01-15 13:27:53 +00:00
|
|
|
post-patch:
|
|
|
|
${REINPLACE_CMD} -e 's|/doc/libgfbgraph|/share/doc/libgfbgraph|g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
|
2014-11-19 11:49:04 +00:00
|
|
|
.include <bsd.port.mk>
|