From 1cdbce478182374c0472c8276fa3643285c58f1e Mon Sep 17 00:00:00 2001 From: Scott McCreary Date: Sat, 19 Jun 2010 09:52:52 +0000 Subject: [PATCH] Initial .bep file for gdal, only works for gcc4 so far. --- sci-libs/gdal/gdal-1.7.2.bep | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 sci-libs/gdal/gdal-1.7.2.bep diff --git a/sci-libs/gdal/gdal-1.7.2.bep b/sci-libs/gdal/gdal-1.7.2.bep new file mode 100644 index 000000000..1a3c2675c --- /dev/null +++ b/sci-libs/gdal/gdal-1.7.2.bep @@ -0,0 +1,26 @@ +DESCRIPTION="GDAL - Geospatial Data Abstraction Library" +HOMEPAGE="www.gdal.org" +SRC_URI="http://download.osgeo.org/gdal/gdal-1.7.2.tar.gz" +CHECKSUM_MD5="05351f8cb61761ae579667e24a297fe6" +REVISION="1" +STATUS_HAIKU="stable" +MESSAGE="This port only builds with gcc4. Use 'setgcc gcc4' before building." +DEPEND="" +BUILD { + cd gdal-1.7.2 + libtoolize --force --copy --install + ./autogen.sh + ./configure --prefix=/boot/common + make +} + +INSTALL { + cd gdal-1.7.2 + make install +} + +LICENSE="MIT" +COPYRIGHT="1996 Hughes and Applied Research Corporation" +COPYRIGHT="1997-2003 Utrecht University" +COPYRIGHT="2002 Industrial Light & Magic" +COPYRIGHT="2009 David F. Rogers"