aboutsummaryrefslogtreecommitdiff
path: root/astro/readosm/Makefile
blob: c706f507b23aa01ae231f32cb75bc0721034e98a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	readosm
PORTVERSION=	1.1.0
CATEGORIES=	astro geography devel
MASTER_SITES=	http://www.gaia-gis.it/gaia-sins/
DISTNAME=	${PORTNAME}-${PORTVERSION}a

MAINTAINER=	lbartoletti@FreeBSD.org
COMMENT=	Extract valid data from within an Open Street Map input file

LICENSE=	MPL11 LGPL21 GPLv2
LICENSE_COMB=	dual

LIB_DEPENDS=	libexpat.so:textproc/expat2

GNU_CONFIGURE=	yes
USES=		gmake libtool pathfix pkgconfig

CFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib ${ICONV_LIB}
USE_LDCONFIG=	yes

.include <bsd.port.mk>