pkgsrc-wip/gdal/Makefile

22 lines
492 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.6 2005/04/16 13:39:24 thomasklausner Exp $
2005-03-17 22:52:21 +01:00
DISTNAME= gdal-1.2.5
CATEGORIES= wip
MASTER_SITES= #empty
DISTFILES= #empty
MAINTAINER= dprice@cs.nmsu.edu
HOMEPAGE= http://gdal.org/
COMMENT= Translator library for raster geospatial data formats
DEPENDS+= gdal-lib-1.2.5:../../wip/gdal-lib
DEPENDS+= gdal-docs-1.2.5:../../wip/gdal-docs
2005-03-17 22:52:21 +01:00
NO_BUILD= yes
do-install:
@#empty
.include "../../wip/gdal-lib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"