* Added in memory caching of init file search results for substantial acceleration in some application environments (like MapServer). * Regenerated nad/epsg init file with EPSG 7.1 database, including new support for Google Mercator (EPSG:3857). * Various thread safety improvements, including preliminary support for a mutex lock around some operations, like grid loading.
26 lines
747 B
Makefile
26 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.27 2010/01/18 08:56:02 adam Exp $
|
|
|
|
DISTNAME= proj-4.7.0
|
|
CATEGORIES= misc geography
|
|
MASTER_SITES= http://download.osgeo.org/proj/
|
|
DISTFILES= ${DISTNAME}${EXTRACT_SUFX} proj-datumgrid-1.4${EXTRACT_SUFX}
|
|
|
|
MAINTAINER= gdt@NetBSD.org
|
|
HOMEPAGE= http://www.remotesensing.org/proj/
|
|
COMMENT= Cartographic projection software
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= yes
|
|
|
|
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
|
|
|
|
post-extract:
|
|
cd ${WRKDIR} && ${LN} ${DATUMGRID_FILES} ${WRKDIR}/${DISTNAME}/nad
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|