summaryrefslogtreecommitdiff
path: root/devel/spatialindex/Makefile
blob: 3fee14dade3467785330e188cb8e2d5961a80687 (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:22:env
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|\(objformat=\).*|\1elf|' ${WRKSRC}/configure

.include <bsd.port.mk>