2004-01-03 07:31:16 +01:00
|
|
|
# New ports collection makefile for: geos
|
|
|
|
# Date created: 19 December 2003
|
|
|
|
# Whom: Leonardo Martins <lmartins@nepe.eee.ufg.br>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= geos
|
2009-08-14 23:28:13 +02:00
|
|
|
PORTVERSION= 3.1.1
|
2007-07-22 21:33:55 +02:00
|
|
|
CATEGORIES= graphics geography
|
2008-11-23 17:27:22 +01:00
|
|
|
MASTER_SITES= http://download.osgeo.org/geos/
|
2004-11-21 16:46:13 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2004-01-03 07:31:16 +01:00
|
|
|
|
2008-02-17 23:58:28 +01:00
|
|
|
MAINTAINER= konstantin@saurbier.net
|
2004-01-03 07:31:16 +01:00
|
|
|
COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-01-03 07:31:16 +01:00
|
|
|
USE_GMAKE= YES
|
2004-11-21 16:46:13 +01:00
|
|
|
USE_BZIP2= YES
|
2004-01-03 07:31:16 +01:00
|
|
|
|
2006-08-28 09:37:29 +02:00
|
|
|
USE_LDCONFIG= YES
|
2004-01-03 07:31:16 +01:00
|
|
|
|
2008-02-17 23:58:28 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e '/-release/d' ${WRKSRC}/source/Makefile.in
|
|
|
|
|
2006-01-12 01:06:18 +01:00
|
|
|
.include <bsd.port.mk>
|