09634ab89b
- Update WWW Changes: https://github.com/libgeos/geos/releases
24 lines
568 B
Makefile
24 lines
568 B
Makefile
PORTNAME= geos
|
|
PORTVERSION= 3.11.1
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= https://download.osgeo.org/geos/ \
|
|
https://github.com/libgeos/geos/releases/download/${PORTVERSION}/
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Geometry Engine, Open Source
|
|
WWW= https://libgeos.org/ \
|
|
https://github.com/libgeos/geos
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= cmake compiler:c++11-lang tar:bzip2
|
|
|
|
CMAKE_OFF= BUILD_BENCHMARKS DISABLE_GEOS_INLINE
|
|
CMAKE_ON= BUILD_SHARED_LIBS
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
.include <bsd.port.mk>
|