Support stage

This commit is contained in:
Baptiste Daroussin 2014-01-25 00:25:54 +00:00
parent 60292502ab
commit 2a6d094ba1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=340963

View File

@ -8,17 +8,12 @@ MASTER_SITES= http://download.osgeo.org/libspatialindex/
DISTNAME= ${PORTNAME}-src-${PORTVERSION}
MAINTAINER= wen@FreeBSD.org
COMMENT= A General Framework for Developing Spatial Indices
COMMENT= General Framework for Developing Spatial Indices
USES= gmake pathfix
USE_AUTOTOOLS= libtool:env
USE_BZIP2= yes
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|(libdir)/pkgconfig|(prefix)/libdata/pkgconfig|' \
${WRKSRC}/src/Makefile.in
.include <bsd.port.mk>