1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/astro/readosm/Makefile
Loïc Bartoletti be19bdfc55 Change my mail address to lbartoletti@FreeBSD.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D23169
2020-01-14 21:45:15 +00:00

27 lines
647 B
Makefile

# Created by: Loïc BARTOLETTI <lbartoletti@FreeBSD.org>
# $FreeBSD$
PORTNAME= readosm
PORTVERSION= 1.0.0
CATEGORIES= astro geography devel
MASTER_SITES= http://www.gaia-gis.it/gaia-sins/
DISTNAME= ${PORTNAME}-${PORTVERSION}e
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
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}e
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>