Added: trunk/dports/gnome/gfbgraph/Portfile (0 => 117248)
--- trunk/dports/gnome/gfbgraph/Portfile (rev 0)
+++ trunk/dports/gnome/gfbgraph/Portfile 2014-02-20 17:48:54 UTC (rev 117248)
@@ -0,0 +1,41 @@
+# -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:filetype=tcl:et:sw=4:ts=4:sts=4
+# $Id$
+
+PortSystem 1.0
+
+name gfbgraph
+version 0.2.2
+license GPL-2.1
+set branch [join [lrange [split ${version} .] 0 1] .]
+description A GObject library for Facebook Graph API.
+long_description ${description}
+
+maintainers gmail.com:juanrgar openmaintainer
+categories gnome
+platforms darwin
+homepage https://www.gnome.org
+master_sites gnome:sources/${name}/${branch}/
+
+use_xz yes
+
+checksums rmd160 eed79e914ed829fc2389f5291acf0fc5e2bd63ad \
+ sha256 66c7b1c951863565c179d0b4b5207f27b3b36f80afed9f6a9acfc5fc3ae775d4
+
+depends_build port:pkgconfig
+
+depends_lib port:glib2 \
+ port:rest \
+ port:json-glib \
+ port:libsoup \
+ port:gnome-online-accounts \
+ port:gobject-introspection
+
+patchfiles patch-Makefile.am.diff
+
+use_autoreconf yes
+autoreconf.args -fvi
+
+configure.args --enable-introspection=yes \
+ --disable-silent-rules
+
+livecheck.type gnome
Added: trunk/dports/gnome/gfbgraph/files/patch-Makefile.am.diff (0 => 117248)
--- trunk/dports/gnome/gfbgraph/files/patch-Makefile.am.diff (rev 0)
+++ trunk/dports/gnome/gfbgraph/files/patch-Makefile.am.diff 2014-02-20 17:48:54 UTC (rev 117248)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig 2014-02-20 09:35:46.000000000 -0800
++++ Makefile.am 2014-02-20 09:36:11.000000000 -0800
+@@ -1,7 +1,7 @@
+ SUBDIRS = gfbgraph docs tests
+ ACLOCAL_AMFLAGS = -I m4
+
+-libgfbgraphdocdir = ${prefix}/doc/libgfbgraph
++libgfbgraphdocdir = ${docdir}
+ libgfbgraphdoc_DATA = \
+ README\
+ COPYING\