Date: Thu, 21 Nov 2013 23:12:44 +0000 (UTC) From: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334540 - head/graphics/libgeotiff Message-ID: <201311212312.rALNCixb003528@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: sunpoet Date: Thu Nov 21 23:12:44 2013 New Revision: 334540 URL: http://svnweb.freebsd.org/changeset/ports/334540 Log: - Convert to new LIB_DEPENDS format - Support STAGEDIR Modified: head/graphics/libgeotiff/Makefile head/graphics/libgeotiff/pkg-plist (contents, props changed) Modified: head/graphics/libgeotiff/Makefile ============================================================================== --- head/graphics/libgeotiff/Makefile Thu Nov 21 23:12:39 2013 (r334539) +++ head/graphics/libgeotiff/Makefile Thu Nov 21 23:12:44 2013 (r334540) @@ -12,12 +12,11 @@ MASTER_SITES= http://download.osgeo.org/ MAINTAINER= sunpoet@FreeBSD.org COMMENT= Library for reading and writing GeoTIFF information tags -LIB_DEPENDS= jbig:${PORTSDIR}/graphics/jbigkit \ - jpeg:${PORTSDIR}/graphics/jpeg \ - proj:${PORTSDIR}/graphics/proj \ - tiff:${PORTSDIR}/graphics/tiff +LIB_DEPENDS= libjbig.so:${PORTSDIR}/graphics/jbigkit \ + libjpeg.so:${PORTSDIR}/graphics/jpeg \ + libproj.so:${PORTSDIR}/graphics/proj \ + libtiff.so:${PORTSDIR}/graphics/tiff -CPPFLAGS+= -fPIC CONFIGURE_ARGS= --datadir=${DATADIR} \ --disable-doxygen-doc \ --disable-doxygen-dot \ @@ -27,10 +26,8 @@ CONFIGURE_ARGS= --datadir=${DATADIR} \ --with-proj=${LOCALBASE} \ --with-libtiff=${LOCALBASE} \ --with-zlib=/usr +CPPFLAGS+= -fPIC GNU_CONFIGURE= yes USE_LDCONFIG= yes -MAN1= listgeo.1 - -NO_STAGE= yes .include <bsd.port.mk> Modified: head/graphics/libgeotiff/pkg-plist ============================================================================== --- head/graphics/libgeotiff/pkg-plist Thu Nov 21 23:12:39 2013 (r334539) +++ head/graphics/libgeotiff/pkg-plist Thu Nov 21 23:12:44 2013 (r334540) @@ -29,6 +29,7 @@ lib/libgeotiff.a lib/libgeotiff.la lib/libgeotiff.so lib/libgeotiff.so.3 +man/man1/listgeo.1.gz %%DATADIR%%/epsg_csv/alias.csv %%DATADIR%%/epsg_csv/area.csv %%DATADIR%%/epsg_csv/change.csv
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311212312.rALNCixb003528>