blob: 9f3efcfb7388bc72440e6e5f5c0903d606f99fa8 (
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
34
35
36
|
# New ports collection makefile for: gnome-online-accounts
# Date Created: 15 Sep 2011
# Whom: Koop Mast <kwm@FreeBSD.org>
#
# $FreeBSD$
# $MCom: ports/net/gnome-online-accounts/Makefile,v 1.6 2011/10/18 21:52:30 kwm Exp $
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= gnomehack gtk30 intlhack
USE_GMAKE= yes
USE_GETTEXT= yes
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>
|