[Lunar-commits] <moonbase-other> libgeotiff: Adding a BUILD and CONFIGURE and adjusting the BUILD to

stumbles stumbles at lunar-linux.org
Mon Feb 4 12:04:06 CET 2013


commit 87ca5185498df2e3fab857796f618844e77d1666
Author: stumbles <stumbles at lunar-linux.org>
Date: Mon, 04 Feb 2013 03:04:06 -0800
URL: https://github.com/lunar-linux/moonbase-other/commit/87ca5185498df2e3fab857796f618844e77d1666

libgeotiff: Adding a BUILD and CONFIGURE and adjusting the BUILD to

disable some documentation.
---
  science/libgeotiff/BUILD     | +3/-1     
  science/libgeotiff/CONFIGURE | +1/-0     
  science/libgeotiff/DEPENDS   | +5/-0     
  3 files changed, 9 insertions(+), 1 deletion(-)

--- a/science/libgeotiff/BUILD
+++ b/science/libgeotiff/BUILD
@@ -1,6 +1,8 @@
 (
 
-  export CFLAGS="$CFLAGS -fPIC"
+  OPTS+=" --disable-doxygen-html --disable-doxygen-dot --disable-doxygen-doc" &&
+
+  export CFLAGS="$CFLAGS -fPIC" &&
 
   default_build
 
--- /dev/null
+++ b/science/libgeotiff/CONFIGURE
@@ -0,0 +1 @@
+mquery ENABLE_EPSG "Use C code EPSG tables?" y "--enable-incode-epsg" "--disable-incode-epsg"
--- /dev/null
+++ b/science/libgeotiff/DEPENDS
@@ -0,0 +1,5 @@
+depends tiff
+
+optional_depends "%JPEG"  "--with-jpeg"    "--without-jpeg"    "For jpeg graphics support"
+optional_depends "zlib"   "--with-libz"    "--without-libz"    "For compression support"
+optional_depends "proj-4" "--with-proj"    "--without-proj"    "For Cartographic Projections support"




More information about the Lunar-commits mailing list