blob: 2ce3ea603994fada72a56de7ffef91a387742d2b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# New ports collection makefile for: spatialindex
# Date created: 15 June 2008
# Whom: Wen Heping <wenheping@gmail.com>
# $FreeBSD$
PORTNAME= spatialindex
PORTVERSION= 1.3.2
CATEGORIES= devel
MASTER_SITES= http://www.edu-linux.org/down/
MAINTAINER= wenheping@gmail.com
COMMENT= A General Framework for Developing Spatial Indices
USE_AUTOTOOLS= libtool:15:env
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
post-patch:
@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure
.include <bsd.port.mk>
|