aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgeotiff
diff options
context:
space:
mode:
authorSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-26 09:01:21 +0000
committerSunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>2012-04-26 09:01:21 +0000
commit05f7c274ee656b8169e04d4c5687bc5b6548d96e (patch)
tree07d18794933cfa5c4b9bb5359b295c2264861c8b /graphics/libgeotiff
parent429f32ee0f21964c58bcec850e9079588d3c1124 (diff)
downloadports-05f7c274ee656b8169e04d4c5687bc5b6548d96e.tar.gz
ports-05f7c274ee656b8169e04d4c5687bc5b6548d96e.zip
Notes
Diffstat (limited to 'graphics/libgeotiff')
-rw-r--r--graphics/libgeotiff/Makefile14
-rw-r--r--graphics/libgeotiff/distinfo4
-rw-r--r--graphics/libgeotiff/pkg-plist65
3 files changed, 44 insertions, 39 deletions
diff --git a/graphics/libgeotiff/Makefile b/graphics/libgeotiff/Makefile
index 2fe59428b440..878fe2980056 100644
--- a/graphics/libgeotiff/Makefile
+++ b/graphics/libgeotiff/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= libgeotiff
-PORTVERSION= 1.3.0
+PORTVERSION= 1.4.0
CATEGORIES= graphics
MASTER_SITES= http://download.osgeo.org/geotiff/libgeotiff/ \
ftp://ftp.remotesensing.org/geotiff/libgeotiff/ \
@@ -20,7 +20,9 @@ LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \
proj:${PORTSDIR}/graphics/proj \
tiff:${PORTSDIR}/graphics/tiff
-CONFIGURE_ARGS= --disable-doxygen-doc \
+CPPFLAGS+= -fPIC
+CONFIGURE_ARGS= --datadir=${DATADIR} \
+ --disable-doxygen-doc \
--disable-doxygen-dot \
--disable-doxygen-html \
--disable-doxygen-man \
@@ -31,10 +33,6 @@ CONFIGURE_ARGS= --disable-doxygen-doc \
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
+MAN1= listgeo.1
-.if ${ARCH} == "amd64"
-CFLAGS+= -fPIC
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff --git a/graphics/libgeotiff/distinfo b/graphics/libgeotiff/distinfo
index 16024a2b1343..9ac675ccaae1 100644
--- a/graphics/libgeotiff/distinfo
+++ b/graphics/libgeotiff/distinfo
@@ -1,2 +1,2 @@
-SHA256 (libgeotiff-1.3.0.tar.gz) = 0fa2e9130281c5867ada551ef757fd81f54c760d9f3039d33e349f992f440d27
-SIZE (libgeotiff-1.3.0.tar.gz) = 1287837
+SHA256 (libgeotiff-1.4.0.tar.gz) = d0acb8d341fd6a8f2c673456e09fdb8f50f91e3166ac934719fe05b30d328329
+SIZE (libgeotiff-1.4.0.tar.gz) = 1517881
diff --git a/graphics/libgeotiff/pkg-plist b/graphics/libgeotiff/pkg-plist
index da7d486673b3..aca923180f66 100644
--- a/graphics/libgeotiff/pkg-plist
+++ b/graphics/libgeotiff/pkg-plist
@@ -1,5 +1,4 @@
bin/applygeo
-bin/csv2html
bin/geotifcp
bin/listgeo
bin/makegeo
@@ -29,31 +28,39 @@ include/xtiffio.h
lib/libgeotiff.a
lib/libgeotiff.la
lib/libgeotiff.so
-lib/libgeotiff.so.2
-share/epsg_csv/alias.csv
-share/epsg_csv/area.csv
-share/epsg_csv/change.csv
-share/epsg_csv/codes.csv
-share/epsg_csv/coordinate_axis.csv
-share/epsg_csv/coordinate_axis_name.csv
-share/epsg_csv/coordinate_operation.csv
-share/epsg_csv/coordinate_operation_method.csv
-share/epsg_csv/coordinate_operation_parameter.csv
-share/epsg_csv/coordinate_operation_parameter_value.csv
-share/epsg_csv/coordinate_operation_path.csv
-share/epsg_csv/coordinate_reference_system.csv
-share/epsg_csv/coordinate_system.csv
-share/epsg_csv/datum.csv
-share/epsg_csv/ellipsoid.csv
-share/epsg_csv/esri_datum_override.csv
-share/epsg_csv/gcs.csv
-share/epsg_csv/gcs.override.csv
-share/epsg_csv/naming_system.csv
-share/epsg_csv/pcs.csv
-share/epsg_csv/pcs.override.csv
-share/epsg_csv/prime_meridian.csv
-share/epsg_csv/projop_wparm.csv
-share/epsg_csv/stateplane.csv
-share/epsg_csv/unit_of_measure.csv
-share/epsg_csv/version_history.csv
-@dirrm share/epsg_csv
+lib/libgeotiff.so.3
+%%DATADIR%%/epsg_csv/alias.csv
+%%DATADIR%%/epsg_csv/area.csv
+%%DATADIR%%/epsg_csv/change.csv
+%%DATADIR%%/epsg_csv/compdcs.csv
+%%DATADIR%%/epsg_csv/coordinate_axis.csv
+%%DATADIR%%/epsg_csv/coordinate_axis_name.csv
+%%DATADIR%%/epsg_csv/coordinate_operation.csv
+%%DATADIR%%/epsg_csv/coordinate_operation_method.csv
+%%DATADIR%%/epsg_csv/coordinate_operation_parameter.csv
+%%DATADIR%%/epsg_csv/coordinate_operation_parameter_value.csv
+%%DATADIR%%/epsg_csv/coordinate_operation_path.csv
+%%DATADIR%%/epsg_csv/coordinate_reference_system.csv
+%%DATADIR%%/epsg_csv/coordinate_system.csv
+%%DATADIR%%/epsg_csv/datum.csv
+%%DATADIR%%/epsg_csv/datum_shift.csv
+%%DATADIR%%/epsg_csv/datum_shift_pref.csv
+%%DATADIR%%/epsg_csv/deprecation.csv
+%%DATADIR%%/epsg_csv/ellipsoid.csv
+%%DATADIR%%/epsg_csv/esri_datum_override.csv
+%%DATADIR%%/epsg_csv/gcs.csv
+%%DATADIR%%/epsg_csv/gcs.override.csv
+%%DATADIR%%/epsg_csv/geoccs.csv
+%%DATADIR%%/epsg_csv/naming_system.csv
+%%DATADIR%%/epsg_csv/pcs.csv
+%%DATADIR%%/epsg_csv/pcs.override.csv
+%%DATADIR%%/epsg_csv/prime_meridian.csv
+%%DATADIR%%/epsg_csv/projop_wparm.csv
+%%DATADIR%%/epsg_csv/stateplane.csv
+%%DATADIR%%/epsg_csv/supersession.csv
+%%DATADIR%%/epsg_csv/unit_of_measure.csv
+%%DATADIR%%/epsg_csv/version_history.csv
+%%DATADIR%%/epsg_csv/vertcs.csv
+%%DATADIR%%/epsg_csv/vertcs.override.csv
+@dirrm %%DATADIR%%/epsg_csv
+@dirrm %%DATADIR%%