0d92e9390c
* proj_def.dat was missing from source distribution see https://github.com/OSGeo/proj.4/issues/274 for more detail * Update Geodesic library from GeographicLib * Remove setlocale() use in pj_init_ctx() * Renamed PVALUE in pj_param.c to prevent clash with Windows
36 lines
996 B
Makefile
36 lines
996 B
Makefile
# $NetBSD: Makefile,v 1.7 2016/10/27 22:14:19 gdt Exp $
|
|
|
|
VERSION_BASE= 4.9.3
|
|
VERSION= ${VERSION_BASE}
|
|
WRKSRC= ${WRKDIR}/proj-${VERSION_BASE}
|
|
DISTNAME= proj-${VERSION}
|
|
CATEGORIES= geography
|
|
MASTER_SITES= http://download.osgeo.org/proj/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.5${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://trac.osgeo.org/proj/
|
|
COMMENT= Cartographic projection software
|
|
|
|
LICENSE= mit
|
|
|
|
PREV_PKGPATH= misc/proj
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
TEST_TARGET= check
|
|
|
|
# The last file is out of order to avoid reordering the whole list
|
|
# from datumgrid-1.4 to datumgrid-1.5
|
|
DATUMGRID_FILES= \
|
|
FL.lla MD.lla README.NADUS TN.lla WI.lla WO.lla alaska.lla \
|
|
conus.lla hawaii.lla ntv1_can.dat null.lla nzgd2kgrid0005.gsb \
|
|
prvi.lla stgeorge.lla stlrnc.lla stpaul.lla ntf_r93.gsb
|
|
|
|
post-extract:
|
|
cd ${WRKDIR} && ${LN} ${DATUMGRID_FILES} ${WRKSRC}/nad
|
|
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|