blob: 779ab58c933a5bfe67b15281f6b820da213efce9 (
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$
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_BZIP2= yes
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= gettext gmake libtool pathfix pkgconfig
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>
|