freebsd-ports/devel/spatialindex/Makefile
Baptiste Daroussin 2a6d094ba1 Support stage
2014-01-25 00:25:54 +00:00

19 lines
430 B
Makefile

# Created by: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= spatialindex
PORTVERSION= 1.8.0
CATEGORIES= devel
MASTER_SITES= http://download.osgeo.org/libspatialindex/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= General Framework for Developing Spatial Indices
USES= gmake pathfix
USE_AUTOTOOLS= libtool:env
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>