summaryrefslogtreecommitdiff
path: root/devel/spatialindex/Makefile
blob: 0c3b38b9dcbb017eabb44e7e09c96bc449ad0b43 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: Wen Heping <wenheping@gmail.com>

PORTNAME=	spatialindex
PORTVERSION=	1.8.5
CATEGORIES=	devel
MASTER_SITES=	https://download.osgeo.org/libspatialindex/
DISTNAME=	${PORTNAME}-src-${PORTVERSION}

MAINTAINER=	wen@FreeBSD.org
COMMENT=	General Framework for Developing Spatial Indices

LICENSE=	MIT

USES=		gmake libtool pathfix tar:bzip2
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

post-install:
	@${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libspatialindex*.so.*

.include <bsd.port.mk>