summaryrefslogtreecommitdiffstats
path: root/graphics/libchamplain/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libchamplain/Makefile')
-rw-r--r--graphics/libchamplain/Makefile56
1 files changed, 0 insertions, 56 deletions
diff --git a/graphics/libchamplain/Makefile b/graphics/libchamplain/Makefile
deleted file mode 100644
index d88af9eab..000000000
--- a/graphics/libchamplain/Makefile
+++ /dev/null
@@ -1,56 +0,0 @@
-# New ports collection makefile for: libchamplain
-# Date Created: 04 Aug 2009
-# Whom: Koop Mast <kwm@FreeBSD.org>
-#
-# $FreeBSD$
-# $MCom: ports/graphics/libchamplain/Makefile,v 1.16 2010/02/15 10:51:34 kwm Exp $
-#
-
-PORTNAME= libchamplain
-PORTVERSION= 0.4.5
-CATEGORIES= graphics
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= A C library aimed to provide a Gtk+ widget to display rasterized maps and markers
-
-LIB_DEPENDS= sqlite3.8:${PORTSDIR}/databases/sqlite3 \
- clutter-gtk-0.10.0:${PORTSDIR}/graphics/clutter-gtk \
- soup-gnome-2.4.1:${PORTSDIR}/devel/libsoup
-
-USE_BZIP2= yes
-USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1
-USE_AUTOTOOLS= libtool:22
-USE_GMAKE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
- LDFLAGS="-L${LOCALBASE}/lib"
-
-# clutter-sharp need to get released.
-CONFIGURE_ARGS+=--enable-managed=no
-
-PLIST_SUB= VERSION=${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/}
-
-.if !defined(WITHOUT_PYTHON)
-USE_PYTHON= yes
-PYCLUTTER_GTK= ${LOCALBASE}/libdata/pkgconfig/pyclutter-gtk-0.10.pc
-BUILD_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk
-RUN_DEPENDS+= ${PYCLUTTER_GTK}:${PORTSDIR}/graphics/py-clutter-gtk
-CONFIGURE_ARGS+= --enable-python=yes
-PLIST_SUB+= PYTHON=""
-.else
-CONFIGURE_ARGS+= --enable-python=no
-PLIST_SUB+= PYTHON="@comment "
-.endif
-
-.pre-everything:
- @${ECHO_CMD} ""
- @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings"
- @${ECHO_CMD} ""
-
-post-patch:
- @${REINPLACE_CMD} -e 's|pyclutter-gtk-0.9|pyclutter-gtk-0.10|g' \
- ${WRKSRC}/configure
-
-.include <bsd.port.mk>