summaryrefslogtreecommitdiffstats
path: root/devel/libgdata/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2009-11-30 04:05:12 +0800
commita3b5135851621cb514e7708d11f9dc82f851ea5c (patch)
treeb2b32cc424aeb8dc4d13263958511bf8ca92bc34 /devel/libgdata/Makefile
parent095098375dd5bb1d27d533ffc7dc27305e105c95 (diff)
downloadmarcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.gz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.bz2
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.lz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.xz
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.tar.zst
marcuscom-ports-a3b5135851621cb514e7708d11f9dc82f851ea5c.zip
Remove these ports now that they are in the ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@13266 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata/Makefile')
-rw-r--r--devel/libgdata/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/devel/libgdata/Makefile b/devel/libgdata/Makefile
deleted file mode 100644
index 532a9503c..000000000
--- a/devel/libgdata/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: libgdata
-# Date created: 9 May 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/devel/libgdata/Makefile,v 1.2 2009/09/21 10:19:01 kwm Exp $
-#
-
-PORTNAME= libgdata
-PORTVERSION= 0.5.1
-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>