mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
bbff9f2717
PR: ports/120496 Submitted by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
30 lines
665 B
Makefile
30 lines
665 B
Makefile
# New ports collection makefile for: geos
|
|
# Date created: 19 December 2003
|
|
# Whom: Leonardo Martins <lmartins@nepe.eee.ufg.br>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= geos
|
|
PORTVERSION= 3.0.0
|
|
CATEGORIES= graphics geography
|
|
MASTER_SITES= http://geos.refractions.net/downloads/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= konstantin@saurbier.net
|
|
COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
|
|
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_GMAKE= YES
|
|
USE_BZIP2= YES
|
|
USE_GCC= 3.4+
|
|
|
|
USE_LDCONFIG= YES
|
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e '/-release/d' ${WRKSRC}/source/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|