Makefile 528 B

123456789101112131415161718192021222324252627
  1. # $OpenBSD: Makefile,v 1.20 2017/04/10 11:46:20 sthen Exp $
  2. BROKEN-hppa = undefined reference to `std::auto_ptr<geos::geom::Envelope>::~auto_ptr()'
  3. COMMENT= 2d geometry and topology engine
  4. DISTNAME= geos-3.6.1
  5. CATEGORIES= geo
  6. SHARED_LIBS= geos 10.0 \
  7. geos_c 4.2
  8. # LGPLv2.1
  9. PERMIT_PACKAGE_CDROM= Yes
  10. HOMEPAGE= https://trac.osgeo.org/geos/
  11. MASTER_SITES= http://download.osgeo.org/geos/
  12. EXTRACT_SUFX= .tar.bz2
  13. WANTLIB= m ${LIBCXX}
  14. USE_GMAKE= Yes
  15. CONFIGURE_STYLE= gnu
  16. CONFIGURE_ARGS= --with-pic
  17. .include <bsd.port.mk>