diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:49:31 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2011-08-24 21:49:31 +0800 |
commit | cdb195bde12525f23fb4dab4a0321614f4fb2aad (patch) | |
tree | 8b58f7ccec9d83443fedbda208d9fc0ad1993386 /graphics/libchamplain08/Makefile | |
parent | 71dfde0760b13ea318c656ddead128dbe634597d (diff) | |
download | marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.gz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.bz2 marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.lz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.xz marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.tar.zst marcuscom-ports-cdb195bde12525f23fb4dab4a0321614f4fb2aad.zip |
Move graphics/libchamplain to libchamplain08
and devel/libgdata to libgdata06
And move libgdata08 and libchamplain010 to the unversioned dirs.
It doesn't make sense to have the current version in a directory that is
versioned. Sorry for the hassle.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@16130 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain08/Makefile')
-rw-r--r-- | graphics/libchamplain08/Makefile | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/graphics/libchamplain08/Makefile b/graphics/libchamplain08/Makefile new file mode 100644 index 000000000..6310348a0 --- /dev/null +++ b/graphics/libchamplain08/Makefile @@ -0,0 +1,52 @@ +# 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.27 2011/03/31 20:30:56 kwm Exp $ +# + +PORTNAME= libchamplain +PORTVERSION= 0.8.3 +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-gnome + +USE_BZIP2= yes +USE_GNOME= pkgconfig gtk20 gnomehack ltverhack:1 +USE_AUTOTOOLS= libtool +USE_GMAKE= yes +GNU_CONFIGURE= yes +USE_LDCONFIG= yes +CONFIGURE_ENV= 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 + +.pre-everything: + @${ECHO_CMD} "" + @${ECHO_CMD} "Specify WITHOUT_PYTHON=yes to disable python bindings" + @${ECHO_CMD} "" + +.include <bsd.port.mk> |