aboutsummaryrefslogtreecommitdiffstats
path: root/devel/libgdata/Makefile
blob: e874b0085def720147e375dd5709cd67eba1c23a (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$

PORTNAME=   libgdata
PORTVERSION=    0.17.8
CATEGORIES= devel
MASTER_SITES=   GNOME

MAINTAINER= kwm@FreeBSD.org
COMMENT=    GLib based implimentation of the GData protocol

LICENSE=    LGPL21
LICENSE_FILE=   ${WRKSRC}/COPYING

BUILD_DEPENDS=  uhttpmock>0:net/uhttpmock
LIB_DEPENDS=    libsoup-2.4.so:devel/libsoup \
        libjson-glib-1.0.so:devel/json-glib \
        libp11-kit.so:security/p11-kit \
        libgoa-1.0.so:net/gnome-online-accounts \
        libgcr-3.so:security/gcr \
        liboauth.so:net/liboauth

USES=       gettext gmake gnome libtool localbase pathfix pkgconfig tar:xz
USE_GNOME=  glib20 gnomeprefix intltool introspection:build libxml2
USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
INSTALL_TARGET= install-strip

.include <bsd.port.mk>