diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-24 18:25:14 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2009-07-24 18:25:14 +0800 |
commit | ea59b380c421b27526e650f35c5745a4e4f30cdc (patch) | |
tree | 90c95726e2cac1fb06e36bad7168407e174a4be3 /devel/libgdata/Makefile | |
parent | 7a2e3633d643242fbbe220753fbb92b1d00af298 (diff) | |
download | marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.tar marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.tar.gz marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.tar.bz2 marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.tar.lz marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.tar.xz marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.tar.zst marcuscom-ports-ea59b380c421b27526e650f35c5745a4e4f30cdc.zip |
Update to 0.4.0.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@12498 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r-- | devel/libgdata/Makefile | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile new file mode 100644 index 000000000..51d27c5ed --- /dev/null +++ b/devel/libgdata/Makefile @@ -0,0 +1,34 @@ +# New ports collection makefile for: libgdata +# Date created: 9 May 2009 +# Whom: Koop Mast <kwm@FreeBSD.org> +# +# $FreeBSD$ +# $MCom$ +# + +PORTNAME= libgdata +PORTVERSION= 0.4.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" + +post-patch: + @${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|g' \ + ${WRKSRC}/Makefile.in + +.include <bsd.port.mk> |