summaryrefslogtreecommitdiffstats
path: root/devel/libgdata06/Makefile
blob: 79038f57eb5ce0a296f1c466a263edadc3e91d68 (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$
#   $MCom: ports/trunk/devel/libgdata06/Makefile 18610 2013-06-30 16:33:05Z marcus $

PORTNAME=   libgdata
PORTVERSION=    0.6.6
PORTREVISION=   1
CATEGORIES= devel
MASTER_SITES=   GNOME

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

LIB_DEPENDS=    libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome

CONFLICTS=  libgdata-0.10.*

NO_STAGE=   yes
LATEST_LINK=    libgdata06
USE_BZIP2=  yes
USE_LDCONFIG=   yes
USES=       gettext gmake pathfix pkgconfig
USE_AUTOTOOLS=  libtool
USE_GNOME=  intltool ltverhack glib20 introspection:build
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"

.include <bsd.port.mk>