diff options
author | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:31:27 +0800 |
---|---|---|
committer | kwm <kwm@df743ca5-7f9a-e211-a948-0013205c9059> | 2014-04-26 02:31:27 +0800 |
commit | 246fb069fe099292e89766d02baae6b78569c7a8 (patch) | |
tree | b6edb4df6e8da24a6c295955fad1a8767d5bbabe /graphics/libchamplain08/Makefile | |
parent | dfc30719d9758d9e6b3e06963e4bf5175ae16825 (diff) | |
download | marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.tar marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.tar.gz marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.tar.bz2 marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.tar.lz marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.tar.xz marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.tar.zst marcuscom-ports-246fb069fe099292e89766d02baae6b78569c7a8.zip |
Remove not used anymore.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@19572 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/libchamplain08/Makefile')
-rw-r--r-- | graphics/libchamplain08/Makefile | 47 |
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> |