blob: ed16fbb78b5ffda4198fba18c32d382e86977695 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
# New ports collection makefile for: geos
# Date created: 19 December 2003
# Whom: Leonardo Martins <lmartins@nepe.eee.ufg.br>
#
# $FreeBSD$
#
PORTNAME= geos
PORTVERSION= 3.0.0
CATEGORIES= graphics geography
MASTER_SITES= http://geos.refractions.net/downloads/
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
CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
post-patch:
@${REINPLACE_CMD} -e '/-release/d' ${WRKSRC}/source/Makefile.in
.include <bsd.port.mk>
|