forked from Lainports/freebsd-ports
Changes: https://trac.osgeo.org/geos/browser/git/NEWS?rev=3.9 https://github.com/libgeos/geos/blob/3.9/NEWS PR: 252569 Exp-run by: antoine
28 lines
631 B
Makefile
28 lines
631 B
Makefile
# Created by: Leonardo Martins <lmartins@nepe.eee.ufg.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= geos
|
|
PORTVERSION= 3.9.0
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= https://download.osgeo.org/geos/ \
|
|
LOCAL/sunpoet
|
|
|
|
MAINTAINER= sunpoet@FreeBSD.org
|
|
COMMENT= Geometry Engine, Open Source
|
|
|
|
LICENSE= LGPL21
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= compiler:c++11-lang gmake libtool tar:bzip2
|
|
|
|
GNU_CONFIGURE= yes
|
|
INSTALL_TARGET= install-strip
|
|
TEST_TARGET= check
|
|
USE_LDCONFIG= yes
|
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
|
|
|
post-configure:
|
|
@${FIND} ${WRKSRC} -name Makefile -exec ${REINPLACE_CMD} -e '/CXXFLAGS = / s| -O2||' {} +
|
|
|
|
.include <bsd.port.mk>
|