summaryrefslogtreecommitdiffstats
path: root/devel/libgdata06/Makefile
blob: 8747259e6fd01a8ed500479626a1981a33ed11d3 (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
# Created by: Koop Mast <kwm@FreeBSD.org>
# $FreeBSD$
#   $MCom$

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

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.*

USE_LDCONFIG=   yes
GNU_CONFIGURE=  yes
USES=       gettext gmake libtool:keepla pathfix pkgconfig tar:bzip2
USE_GNOME=  intltool glib20 introspection:build
CPPFLAGS+=  -I${LOCALBASE}/include
LDFLAGS+=   -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"

.include <bsd.port.mk>