Permalink
Browse files
laszip: revbumps to update library info
- Loading branch information
Showing
with
5 additions
and
1 deletion.
-
+5
−1
gis/laszip/Portfile
|
|
@@ -7,6 +7,7 @@ PortGroup cxx11 1.1 |
|
|
PortGroup github 1.0 |
|
|
|
|
|
github.setup LASZip LASzip 3.2.0 |
|
|
revision 1 |
|
|
name laszip |
|
|
categories gis |
|
|
maintainers {vince @Veence} |
|
|
@@ -26,6 +27,9 @@ compiler.blacklist {clang < 500} |
|
|
worksrcdir LASzip-LASzip-0a71b19 |
|
|
|
|
|
post-destroot { |
|
|
exec install_name_tool -id ${prefix}/lib/liblaszip3.dylib \ |
|
|
exec install_name_tool -id ${prefix}/lib/liblaszip.3.dylib \ |
|
|
${destroot}${prefix}/lib/liblaszip.3.2.0.dylib |
|
|
exec install_name_tool -id ${prefix}/lib/liblaszip_api.3.dylib \ |
|
|
${destroot}${prefix}/lib/liblaszip_api.3.2.0.dylib |
|
|
|
|
|
} |