summaryrefslogtreecommitdiffstats
path: root/graphics/libchamplain08/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/libchamplain08/Makefile')
-rw-r--r--graphics/libchamplain08/Makefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile
deleted file mode 100644
index 594e3808c..000000000
--- a/graphics/libchamplain08/Makefile
+++ /dev/null
@@ -1,47 +0,0 @@
-# Created by: Koop Mast <kwm@FreeBSD.org>
-# $FreeBSD$
-# $MCom$
-
-PORTNAME= libchamplain
-PORTVERSION= 0.8.3
-CATEGORIES= graphics
-MASTER_SITES= GNOME
-
-MAINTAINER= gnome@FreeBSD.org
-COMMENT= C library aimed to provide a Gtk+ widget to display rasterized maps and markers
-
-LIB_DEPENDS= libclutter-gtk-0.10.so:${PORTSDIR}/graphics/clutter-gtk \
- libsoup-gnome-2.4.so:${PORTSDIR}/devel/libsoup-gnome
-
-LATEST_LINK= libchamplain08
-USE_BZIP2= yes
-USES= gmake pathfix pkgconfig
-USE_GNOME= gtk20 ltverhack gnomehier
-USE_GL= gl
-USE_SQLITE= yes
-GNU_CONFIGURE= yes
-USE_LDCONFIG= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
-PLIST_SUB= VERSION=0.8
-
-# python bindings need to get ported
-WITHOUT_PYTHON=yes
-
-.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
-
-post-install:
- @${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/lib*.so.*
-
-.include <bsd.port.mk>