e377346995
- Trim Makefile headers
23 lines
542 B
Makefile
23 lines
542 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= 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>
|