1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-17 03:25:46 +00:00
freebsd-ports/graphics/geos/Makefile
Martin Wilke 0c5d3eb9ae - Update to 2.2.3
PR:		ports/102520
Submitted by:	Konstantin Saurbier <saurbier(at)math.uni-bielefeld.de> (maintainer)
Approved by:	krion (mentor)
2006-08-28 07:37:29 +00:00

28 lines
613 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.3
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+
USE_LDCONFIG= YES
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>