1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00
freebsd-ports/graphics/geos/Makefile
Martin Wilke 2ea3d0ff69 - Update to 3.1.0
PR:		133107
Submitted by:	Wen Heping <wenheping@gmail.com>
Approved by:	maintainer
2009-04-11 08:12:38 +00:00

27 lines
578 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= 3.1.0
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/geos/
DISTNAME= ${PORTNAME}-${PORTVERSION}
MAINTAINER= konstantin@saurbier.net
COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
USE_AUTOTOOLS= libtool:15
USE_GMAKE= YES
USE_BZIP2= YES
USE_LDCONFIG= YES
post-patch:
@${REINPLACE_CMD} -e '/-release/d' ${WRKSRC}/source/Makefile.in
.include <bsd.port.mk>