diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 19:01:13 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2013-05-06 19:01:13 +0800 |
commit | 0aaa2a884f269e3b7926fa78176e3dc4c634a1b9 (patch) | |
tree | 46d976e35300667dcc7265ad02b3177966e7645b /devel/libzapojit/Makefile | |
parent | fd424ee387472a9e9cc603df783f1396a9bad52b (diff) | |
download | marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.tar marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.tar.gz marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.tar.bz2 marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.tar.lz marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.tar.xz marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.tar.zst marcuscom-ports-0aaa2a884f269e3b7926fa78176e3dc4c634a1b9.zip |
Add libzapojit.
GLib/GObject wrapper for the Skydrive and Hotmail API
Added here because it depedns on gnome-online-accounts.
Obtained from: Gustau Perez's GNOME 3.6 ports.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@18421 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libzapojit/Makefile')
-rw-r--r-- | devel/libzapojit/Makefile | 27 |
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> |