2014-08-27 04:28:29 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.14 2014/08/27 08:28:29 landry Exp $
|
2007-09-14 18:47:06 -04:00
|
|
|
|
2012-12-21 12:52:11 -05:00
|
|
|
BROKEN-hppa = undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
|
2007-09-14 18:47:06 -04:00
|
|
|
COMMENT= 2d geometry and topology engine
|
2014-08-26 15:00:31 -04:00
|
|
|
DISTNAME= geos-3.4.2
|
2007-09-14 18:47:06 -04:00
|
|
|
CATEGORIES= geo
|
2014-08-26 15:00:31 -04:00
|
|
|
SHARED_LIBS= geos 8.0 \
|
|
|
|
geos_c 4.1
|
2007-09-14 18:47:06 -04:00
|
|
|
|
2009-03-07 05:36:26 -05:00
|
|
|
# LGPLv2.1
|
2007-09-14 18:47:06 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
|
2008-06-15 03:01:36 -04:00
|
|
|
HOMEPAGE= http://trac.osgeo.org/geos/
|
2009-03-07 05:36:26 -05:00
|
|
|
MASTER_SITES= http://download.osgeo.org/geos/
|
2007-09-14 18:47:06 -04:00
|
|
|
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
|
|
|
|
WANTLIB= m stdc++
|
2010-11-17 03:05:12 -05:00
|
|
|
BUILD_DEPENDS= devel/doxygen>=1.7.2
|
2007-09-14 18:47:06 -04:00
|
|
|
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
CONFIGURE_ARGS= --with-pic
|
|
|
|
|
|
|
|
post-build:
|
2014-08-27 04:28:29 -04:00
|
|
|
cd $(WRKSRC)/doc && env DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} ${MAKE_PROGRAM} doxygen-html
|
2007-09-14 18:47:06 -04:00
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/geos/html
|
|
|
|
${INSTALL_DATA} $(WRKSRC)/doc/doxygen_docs/html/* \
|
|
|
|
${PREFIX}/share/doc/geos/html
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|