openbsd-ports/geo/geos/Makefile

42 lines
925 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.10 2012/12/21 17:52:11 landry Exp $
BROKEN-hppa = undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
COMMENT= 2d geometry and topology engine
2012-06-24 05:34:03 -04:00
DISTNAME= geos-3.3.4
2012-12-16 06:39:51 -05:00
REVISION= 0
CATEGORIES= geo
2012-06-24 05:34:03 -04:00
SHARED_LIBS= geos 7.0 \
geos_c 4.0
MAINTAINER= Eric Faurot <eric@openbsd.org>
# LGPLv2.1
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= 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
USE_LIBTOOL= 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>