[BACK]Return to Makefile CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / pkgsrc / geography / gdal-lib

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /pkgsrc/geography/gdal-lib/Makefile between version 1.20 and 1.21

version 1.20, 2010/01/17 12:02:17 version 1.21, 2010/01/18 09:36:09
Line 1 
Line 1 
 # $NetBSD$  # $NetBSD$
 #  
   
 DISTNAME=               gdal-1.6.1  DISTNAME=       gdal-1.6.3
 PKGNAME=                gdal-lib-1.6.1  PKGNAME=        gdal-lib-1.6.3
 PKGREVISION=            4  CATEGORIES=     geography
 CATEGORIES=             geography  MASTER_SITES=   http://download.osgeo.org/gdal/
 MASTER_SITES=           http://download.osgeo.org/gdal/  
   MAINTAINER=     brook@nmsu.edu
 MAINTAINER=             brook@nmsu.edu  HOMEPAGE=       http://www.gdal.org/
 HOMEPAGE=               http://www.gdal.org/  COMMENT=        Translator library for raster geospatial data formats
 COMMENT=                Translator library for raster geospatial data formats  
   
 PKG_DESTDIR_SUPPORT=    user-destdir  PKG_DESTDIR_SUPPORT=    user-destdir
   
 MAKE_JOBS_SAFE=         no  #MAKE_JOBS_SAFE=                no
   
 USE_PKGLOCALEDIR=       yes  
 USE_LANGUAGES=          c c++ fortran  USE_LANGUAGES=          c c++ fortran
 USE_LIBTOOL=            yes  USE_LIBTOOL=            yes
   USE_PKGLOCALEDIR=       yes
 GNU_CONFIGURE=          yes  
 USE_TOOLS+=             gmake  USE_TOOLS+=             gmake
   GNU_CONFIGURE=          yes
   CONFIGURE_ARGS+=        --with-geos
   CONFIGURE_ARGS+=        --with-libz=${BUILDLINK_PREFIX.zlib}/include
   CONFIGURE_ARGS+=        --with-xerces
   CONFIGURE_ARGS+=        --with-xerces-inc=${BUILDLINK_PREFIX.xerces-c}/include
   CONFIGURE_ARGS+=        --with-xerces-lib=-L${BUILDLINK_PREFIX.xerces-c}/lib\ -lxerces-c
   CONFIGURE_ARGS+=        --without-python
   
 MAKE_FILE=              GNUmakefile  MAKE_FILE=              GNUmakefile
   
Line 28  PKG_OPTIONS_VAR= PKG_OPTIONS.gdal-lib
Line 31  PKG_OPTIONS_VAR= PKG_OPTIONS.gdal-lib
 PKG_SUPPORTED_OPTIONS=  pgsql mysql  PKG_SUPPORTED_OPTIONS=  pgsql mysql
 PKG_SUGGESTED_OPTIONS=  pgsql  PKG_SUGGESTED_OPTIONS=  pgsql
   
 .include "../../mk/bsd.options.mk"  .include "options.mk"
   
 .if !empty(PKG_OPTIONS:Mpgsql)  
 . include "../../mk/pgsql.buildlink3.mk"  
 CONFIGURE_ARGS+=        --with-pg  
 .else  
 CONFIGURE_ARGS+=        --without-pg  
 .endif  
   
 .if !empty(PKG_OPTIONS:Mmysql)  
 . include "../../mk/mysql.buildlink3.mk"  
 CONFIGURE_ARGS+=        --with-mysql  
 .else  
 CONFIGURE_ARGS+=        --without-mysql  
 .endif  
   
 CONFIGURE_ARGS+=        --with-libz=${BUILDLINK_PREFIX.zlib}/include  
 CONFIGURE_ARGS+=        --with-xerces  
 CONFIGURE_ARGS+=        --with-xerces-inc=${BUILDLINK_PREFIX.xerces-c}/include  
 CONFIGURE_ARGS+=        --with-xerces-lib=-L${BUILDLINK_PREFIX.xerces-c}/lib\ -lxerces-c  
 CONFIGURE_ARGS+=        --with-geos  
 CONFIGURE_ARGS+=        --without-python  
   
 CHECK_PORTABILITY_SKIP+=        mkbindist.sh  CHECK_PORTABILITY_SKIP+=        mkbindist.sh
   
 INSTALLATION_DIRS=      bin include lib man/man1 share/gdal  INSTALLATION_DIRS=      bin include lib ${PKGMANDIR}/man1 share/gdal
   
 .include "../../devel/zlib/buildlink3.mk"  .include "../../devel/zlib/buildlink3.mk"
 .include "../../graphics/tiff/buildlink3.mk"  .include "../../graphics/tiff/buildlink3.mk"

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21

CVSweb <webmaster@jp.NetBSD.org>