blob: ea4601ab2d7ed476799f64c08f0d88882d0b374a (
plain) (
blame)
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
|
# New ports collection makefile for: geos
# Date created: 19 December 2003
# Whom: Leonardo Martins <lmartins@nepe.eee.ufg.br>
#
# $FreeBSD$
#
PORTNAME= geos
PORTVERSION= 3.3.0
PORTREVISION= 1
CATEGORIES= graphics geography
MASTER_SITES= http://download.osgeo.org/geos/
MAINTAINER= konstantin@saurbier.net
COMMENT= GEOS implements all the OpenGIS "Simple Features for SQL"
LICENSE= LGPL21
USE_AUTOTOOLS= libtool
USE_BZIP2= YES
USE_GMAKE= YES
USE_LDCONFIG= YES
post-install:
@${LN} -s ${PREFIX}/lib/libgeos-${PORTVERSION}.so ${PREFIX}/lib/libgeos.so.0
.include <bsd.port.mk>
|