# New ports collection makefile for:	geos
# Date created:		19 December 2003
# Whom:		 	Leonardo Martins <lmartins@nepe.eee.ufg.br>
#
# $FreeBSD: ports/graphics/geos/Makefile,v 1.24 2009/12/20 09:09:16 wen Exp $
#

PORTNAME=	geos
PORTVERSION=	3.2.0
CATEGORIES=	graphics geography
MASTER_SITES=	http://download.osgeo.org/geos/
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	konstantin@saurbier.net
COMMENT=	GEOS implements all the OpenGIS "Simple Features for SQL"

USE_AUTOTOOLS=	libtool:22
USE_GMAKE=	YES
USE_BZIP2=	YES

USE_LDCONFIG=	YES

post-patch:
	@${REINPLACE_CMD} -e '/-release/d' ${WRKSRC}/source/Makefile.in

.include <bsd.port.mk>
