9629e988aa
Reported by: kris Approved by: Konstantin Saurbier <saurbier@math.uni-bielefeld.de> (maintainer)
32 lines
719 B
Makefile
32 lines
719 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= 2.2.0
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://geos.refractions.net/
|
|
DISTNAME= ${PORTNAME}-${PORTVERSION}
|
|
|
|
MAINTAINER= saurbier@math.uni-bielefeld.de
|
|
COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
|
USE_GMAKE= YES
|
|
USE_AUTOTOOLS= libtool:15
|
|
USE_BZIP2= YES
|
|
|
|
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
|
|
|
|
INSTALLS_SHLIB= YES
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500000
|
|
BROKEN= "C++ code does not compile on 4.x"
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|