diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:58:41 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:58:41 +0800 |
commit | 6ea7dc793bf71d63d817c8d2ffdd30d956c98871 (patch) | |
tree | bfbc6d7e0930aa762ba4429bfd6550c735d371a3 /devel/libgdata08/Makefile | |
parent | cdb195bde12525f23fb4dab4a0321614f4fb2aad (diff) | |
download | marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.tar marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.tar.gz marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.tar.bz2 marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.tar.lz marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.tar.xz marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.tar.zst marcuscom-ports-6ea7dc793bf71d63d817c8d2ffdd30d956c98871.zip |
add libchamplain08 to repocopy list.
And really remove libgdata08
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16131 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'devel/libgdata08/Makefile')
-rw-r--r-- | devel/libgdata08/Makefile | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/devel/libgdata08/Makefile b/devel/libgdata08/Makefile deleted file mode 100644 index a9eba3480..000000000 --- a/devel/libgdata08/Makefile +++ /dev/null @@ -1,33 +0,0 @@ -# New ports collection makefile for: libgdata -# Date created: 9 May 2009 -# Whom: Koop Mast <kwm@FreeBSD.org> -# -# $FreeBSD$ -# $MCom: ports/devel/libgdata08/Makefile,v 1.1 2011/02/16 17:35:12 kwm Exp $ -# - -PORTNAME= libgdata -PORTVERSION= 0.8.1 -CATEGORIES= devel -MASTER_SITES= GNOME - -MAINTAINER= kwm@FreeBSD.org -COMMENT= GLib based implimentation of the GData protocol - -BUILD_DEPENDS= g-ir-scanner:${PORTSDIR}/devel/gobject-introspection -LIB_DEPENDS= soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup-gnome - -CONFLICTS= libgdata-0.6.* - -USE_BZIP2= yes -USE_LDCONFIG= yes -USE_GETTEXT= yes -USE_GMAKE= yes -MAKE_JOBS_SAFE= yes -USE_AUTOTOOLS= libtool -USE_GNOME= gnomehack intltool ltverhack glib20 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include " \ - LDFLAGS="-L${LOCALBASE}/lib" -CONFIGURE_ARGS+=--with-html-dir="${PREFIX}/share/doc" - -.include <bsd.port.mk> |