pkgsrc-wip/gdal/Makefile

22 lines
505 B
Makefile
Raw Normal View History

2007-09-21 00:45:06 +02:00
# $NetBSD: Makefile,v 1.13 2007/09/20 22:45:31 thomasklausner Exp $
2005-03-17 22:52:21 +01:00
2006-03-23 01:11:55 +01:00
DISTNAME= gdal-1.3.1
CATEGORIES= geography
2005-03-17 22:52:21 +01:00
MASTER_SITES= #empty
DISTFILES= #empty
MAINTAINER= mchittur@cs.nmsu.edu
2005-03-17 22:52:21 +01:00
HOMEPAGE= http://gdal.org/
COMMENT= Translator library for raster geospatial data formats
DEPENDS+= gdal-lib-1.3.1:../../geography/gdal-lib
2007-09-21 00:45:06 +02:00
DEPENDS+= gdal-docs-1.3.1{,nb*}:../../wip/gdal-docs
2005-03-17 22:52:21 +01:00
NO_BUILD= yes
do-install:
@#empty
.include "../../geography/gdal-lib/buildlink3.mk"
2005-03-17 22:52:21 +01:00
.include "../../mk/bsd.pkg.mk"