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
|
2005-12-07 01:20:29 +01:00
|
|
|
PORTVERSION= 2.2.0
|
2004-01-03 07:31:16 +01:00
|
|
|
CATEGORIES= graphics
|
|
|
|
MASTER_SITES= http://geos.refractions.net/
|
2004-11-21 16:46:13 +01:00
|
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
2004-01-03 07:31:16 +01:00
|
|
|
|
2005-12-07 01:20:29 +01:00
|
|
|
MAINTAINER= saurbier@math.uni-bielefeld.de
|
2004-01-03 07:31:16 +01:00
|
|
|
COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
|
|
USE_GMAKE= YES
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-11-21 16:46:13 +01:00
|
|
|
USE_BZIP2= YES
|
2004-01-03 07:31:16 +01:00
|
|
|
|
2005-04-12 05:26:56 +02:00
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
2004-01-03 07:31:16 +01:00
|
|
|
|
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
|
2005-12-09 00:30:03 +01:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500000
|
|
|
|
BROKEN= "C++ code does not compile on 4.x"
|
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.post.mk>
|