summaryrefslogtreecommitdiffstats
path: root/devel/libzapojit/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libzapojit/Makefile')
-rw-r--r--devel/libzapojit/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/devel/libzapojit/Makefile b/devel/libzapojit/Makefile
new file mode 100644
index 000000000..68689cc12
--- /dev/null
+++ b/devel/libzapojit/Makefile
@@ -0,0 +1,27 @@
+# Created by: Gustau Perez i Querol <gustau.perez@gmail.com>
+# $FreeBSD$
+
+PORTNAME= libzapojit
+PORTVERSION= 0.0.2
+CATEGORIES= deskutils gnome
+MASTER_SITES= GNOME
+DIST_SUBDIR= gnome3
+
+MAINTAINER= gnome@FreeBSD.org
+COMMENT= GLib/GObject wrapper for the Skydrive and Hotmail API
+
+BUILD_DEPENDS= itstool:${PORTSDIR}/textproc/itstool
+LIB_DEPENDS= goa-1:${PORTSDIR}/net/gnome-online-accounts \
+ json-glib-1:${PORTSDIR}/devel/json-glib \
+ rest-0.7:${PORTSDIR}/www/rest
+
+USE_XZ= yes
+USES= pathfix
+USE_GNOME= gnomeprefix intlhack
+USE_GMAKE= yes
+GNU_CONFIGURE= yes
+USE_LDCONFIG= yes
+CPPFLAGS+= -I${LOCALBASE}/include
+LDFLAGS+= -L${LOCALBASE}/lib
+
+.include <bsd.port.mk>