openbsd-ports/geo/geos/Makefile

35 lines
777 B
Makefile
Raw Normal View History

2013-03-21 04:45:11 -04:00
# $OpenBSD: Makefile,v 1.12 2013/03/21 08:45:17 ajacoutot Exp $
BROKEN-hppa = undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
COMMENT= 2d geometry and topology engine
DISTNAME= geos-3.3.8
CATEGORIES= geo
SHARED_LIBS= geos 7.1 \
2012-06-24 05:34:03 -04:00
geos_c 4.0
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
2008-06-15 03:01:36 -04:00
HOMEPAGE= http://trac.osgeo.org/geos/
MASTER_SITES= http://download.osgeo.org/geos/
EXTRACT_SUFX= .tar.bz2
WANTLIB= m stdc++
2010-11-17 03:05:12 -05:00
BUILD_DEPENDS= devel/doxygen>=1.7.2
USE_GMAKE= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --with-pic
post-build:
cd $(WRKSRC)/doc && ${MAKE_PROGRAM} doxygen-html
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>