freebsd-ports/devel/spatialindex/Makefile
Wen Heping c185109eb1 - Update to 1.7.1
PR:		167263
Submitted by:	Muhammad Moinur Rahman <5u623l20@gmail.com>
2012-04-24 12:42:37 +00:00

25 lines
622 B
Makefile

# New ports collection makefile for: spatialindex
# Date created: 15 June 2008
# Whom: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= spatialindex
PORTVERSION= 1.7.1
CATEGORIES= devel
MASTER_SITES= http://download.osgeo.org/libspatialindex/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A General Framework for Developing Spatial Indices
USE_AUTOTOOLS= libtool:env
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>