Tweak astro/xmoontool version 3.0.3_8
[dports.git] / astro / readosm / Makefile
1 # Created by: Loïc BARTOLETTI <coder@tuxfamily.org>
2 # $FreeBSD$
3
4 PORTNAME=       readosm
5 PORTVERSION=    1.0.0
6 CATEGORIES=     astro geography devel
7 MASTER_SITES=   http://www.gaia-gis.it/gaia-sins/
8 DISTNAME=       ${PORTNAME}-${PORTVERSION}e
9
10 MAINTAINER=     coder@tuxfamily.org
11 COMMENT=        Extract valid data from within an Open Street Map input file
12
13 LICENSE=        MPL LGPL21 GPLv2
14 LICENSE_COMB=   dual
15
16 LIB_DEPENDS=    libexpat.so:textproc/expat2
17
18 WRKSRC=         ${WRKDIR}/${PORTNAME}-${PORTVERSION}e
19 GNU_CONFIGURE=  yes
20 USES=           gmake libtool pathfix pkgconfig
21
22 CFLAGS+=        -I${LOCALBASE}/include
23 LDFLAGS+=       -L${LOCALBASE}/lib ${ICONV_LIB}
24 USE_LDCONFIG=   yes
25
26 .include <bsd.port.mk>