Also add some patches to remove use of deprecated symbols and fix other problems when looking for or compiling against libpng-1.4.x.
22 lines
522 B
Makefile
22 lines
522 B
Makefile
# $NetBSD: Makefile,v 1.19 2010/06/13 22:47:04 thomasklausner Exp $
|
|
|
|
DISTNAME= gdal-1.3.1
|
|
PKGREVISION= 5
|
|
CATEGORIES= geography
|
|
MASTER_SITES= #empty
|
|
DISTFILES= #empty
|
|
|
|
MAINTAINER= mchittur@cs.nmsu.edu
|
|
HOMEPAGE= http://gdal.org/
|
|
COMMENT= Translator library for raster geospatial data formats
|
|
|
|
DEPENDS+= gdal-lib>=1.3.1:../../geography/gdal-lib
|
|
DEPENDS+= gdal-docs-1.3.1{,nb*}:../../wip/gdal-docs
|
|
|
|
NO_BUILD= yes
|
|
|
|
do-install:
|
|
@#empty
|
|
|
|
.include "../../geography/gdal-lib/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|