diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-16 21:16:54 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-09-16 21:16:54 +0800 |
commit | 3b6bd3af059a559904dbaae63dc7dca61c7df3f3 (patch) | |
tree | 466645214817d295c85cb563664f6cac33e3de03 /net/gnome-online-accounts/Makefile | |
parent | 0fccb950f8274aa5a7a189a57a63b9e9ebac2e44 (diff) | |
download | marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.tar marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.tar.gz marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.tar.bz2 marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.tar.lz marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.tar.xz marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.tar.zst marcuscom-ports-3b6bd3af059a559904dbaae63dc7dca61c7df3f3.zip |
Add gnome-online-accounts 3.1.90.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16189 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net/gnome-online-accounts/Makefile')
-rw-r--r-- | net/gnome-online-accounts/Makefile | 35 |
1 files changed, 35 insertions, 0 deletions
diff --git a/net/gnome-online-accounts/Makefile b/net/gnome-online-accounts/Makefile new file mode 100644 index 000000000..29b487bef --- /dev/null +++ b/net/gnome-online-accounts/Makefile @@ -0,0 +1,35 @@ +# New ports collection makefile for: gnome-online-accounts +# Date Created: 15 Sep 2011 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ + +PORTNAME= gnome-online-accounts +PORTVERSION= 3.1.90 +CATEGORIES= net +MASTER_SITES= GNOME + +MAINTAINER= kwm@FreeBSD.org +COMMENT= Interface privider to access the user's online accounts. + +BUILD_DEPENDS= g-ir-scanner:${PORSTDIR}/devel/gobject-introspection +LIB_DEPENDS= webkitgtk-3.0.0:${PORTSDIR}/www/webkit-gtk3 \ + json-glib:${PORTSDIR}/devel/json-glib \ + notify.4:${PORTSDIR}/devel/libnotify \ + gnome-keyring.0:${PORTSDIR}/security/libgnome-keyring \ + rest-0.7.0:${PORTSDIR}/www/rest + +USE_XZ= yes +USE_GNOME= gnomehack gtk30 intlhack +USE_GMAKE= yes +USE_GETTEXT= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +INSTALLS_ICONS= yes +CPPFLAGS+= -I${LOCALBASE}/include +CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib" + +MAN8= goa-daemon.8 + +.include <bsd.port.mk> |