summaryrefslogtreecommitdiffstats
path: root/devel/libgdata/Makefile
diff options
context:
space:
mode:
authorkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-15 18:08:26 +0800
committerkwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059>2010-02-15 18:08:26 +0800
commit9218eb30353fc99423746b6f48dfc53e6a6c4e27 (patch)
tree366217736013297ce1a995f0c854a5f2956d1d78 /devel/libgdata/Makefile
parent301245458c13aa35fb1d9f276b722a80761a3485 (diff)
downloadmarcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.gz
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.bz2
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.lz
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.xz
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.tar.zst
marcuscom-ports-9218eb30353fc99423746b6f48dfc53e6a6c4e27.zip
Update to 0.6.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13629 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r--devel/libgdata/Makefile36
1 files changed, 36 insertions, 0 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
new file mode 100644
index 000000000..795b71594
--- /dev/null
+++ b/devel/libgdata/Makefile
@@ -0,0 +1,36 @@
+# New ports collection makefile for: libgdata
+# Date created: 9 May 2009
+# Whom: Koop Mast <kwm@FreeBSD.org>
+#
+# $FreeBSD$
+# $MCom$
+#
+
+PORTNAME= libgdata
+PORTVERSION= 0.6.0
+CATEGORIES= devel
+MASTER_SITES= GNOME
+
+MAINTAINER= kwm@FreeBSD.org
+COMMENT= GLib based implimentation of the GData protocol
+
+LIB_DEPENDS= soup-2.4.1:${PORTSDIR}/devel/libsoup
+
+USE_BZIP2= yes
+USE_LDCONFIG= yes
+USE_GETTEXT= yes
+USE_GMAKE= yes
+MAKE_JOBS_SAFE= yes
+USE_AUTOTOOLS= libtool:22
+USE_GNOME= intltool
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \
+ LDFLAGS="-L${LOCALBASE}/lib"
+CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc"
+# introspection is broken
+CONFIGURE_ARGS+=--enable-introspection=no
+
+post-patch:
+ @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \
+ ${WRKSRC}/Makefile.in
+
+.include <bsd.port.mk>