freebsd-ports/graphics/geos/Makefile
Tim Bishop 8812304d90 - Update to 2.2.1
- Fixes build problems on 4.x

PR:		91677
Submitted by:	saurbier@math.uni-bielefeld.de (maintainer)
2006-01-12 00:06:18 +00:00

27 lines
615 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.1
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
GNU_CONFIGURE= YES
USE_BZIP2= YES
USE_GCC= 3.4+
INSTALLS_SHLIB= YES
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>