summaryrefslogtreecommitdiffstats
path: root/net/gnome-online-accounts/Makefile
blob: 3a14f402c17b45c86a35633ffb4aa5c248e56e28 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#    $MCom: ports/trunk/net/gnome-online-accounts/Makefile 17268 2013-04-01 05:13:11Z marcus $

PORTNAME=   gnome-online-accounts
PORTVERSION=    3.4.2
CATEGORIES= net
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    Interface privider to access the user's online accounts.

BUILD_DEPENDS=  g-ir-scanner:${PORTSDIR}/devel/gobject-introspection \
        docbook-xsl>=0:${PORTSDIR}/textproc/docbook-xsl
LIB_DEPENDS=    webkitgtk-3.0:${PORTSDIR}/www/webkit-gtk3 \
        json-glib:${PORTSDIR}/devel/json-glib \
        notify:${PORTSDIR}/devel/libnotify \
        gnome-keyring:${PORTSDIR}/security/libgnome-keyring \
        rest-0.7:${PORTSDIR}/www/rest

USE_XZ=     yes
USE_GNOME=  gtk30 intlhack
USE_GMAKE=  yes
USES=       gettext pathfix pkgconfig
GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
INSTALLS_ICONS= yes
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib

MAN8=   goa-daemon.8

.include <bsd.port.mk>