freebsd-ports/devel/py-rtree/Makefile
Martin Wilke bd02f86928 py-rtree is R-Tree spatial index for Python GIS. Whether for in-memory feature
stores, Plone content, or whatever -- py-rtree is  an index to speed up the
search for objects that intersect with a spatial bounding box.

WWW:   http://trac.gispython.org/projects/PCL/wiki/Rtree

PR:		ports/124640
Submitted by:	wenheping at gmail.com
2008-06-20 16:53:25 +00:00

29 lines
705 B
Makefile

# Ports collection makefile for: py-rtree
# Date created: 16 June, 2008
# Whom: wenheping@gmail.com
#
# $FreeBSD$
#
PORTNAME= rtree
PORTVERSION= 0.4.1
CATEGORIES= devel science python
MASTER_SITES= ${MASTER_SITE_CHEESESHOP}source/R/Rtree/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= Rtree-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= R-Tree Spatial Index For Python GIS
BUILD_DEPENDS+= ${LOCALBASE}/include/spatialindex/SpatialIndex.h:${PORTSDIR}/devel/spatialindex
RUN_DEPENDS+= ${BUILD_DEPENDS}
USE_PYTHON= 2.4+
USE_PYDISTUTILS= easy_install
PYDISTUTILS_PKGNAME= Rtree
PYDISTUTILS_NOEGGINFO= yes
PYEASYINSTALL_ARCHDEP= yes
WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.mk>