[112016] trunk/dports/gis/sfcgal/Portfile
vince at macports.org
vince at macports.org
Wed Oct 9 11:55:32 PDT 2013
Revision: 112016
https://trac.macports.org/changeset/112016
Author: vince at macports.org
Date: 2013-10-09 11:55:31 -0700 (Wed, 09 Oct 2013)
Log Message:
-----------
Take into account various remarks of Ryan
Modified Paths:
--------------
trunk/dports/gis/sfcgal/Portfile
Modified: trunk/dports/gis/sfcgal/Portfile
===================================================================
--- trunk/dports/gis/sfcgal/Portfile 2013-10-09 18:13:39 UTC (rev 112015)
+++ trunk/dports/gis/sfcgal/Portfile 2013-10-09 18:55:31 UTC (rev 112016)
@@ -17,9 +17,8 @@
intersections, buffering, etc.).
platforms darwin
-license GPL
+license LGPL 2
-use_parallel_build no
homepage http://www.sfcgal.org/
master_sites https://github.com/Oslandia/SFCGAL/archive
@@ -51,14 +50,13 @@
post-configure {
if {[variant_isset viewer]} {
- reinplace -E "s|(.*)|\\1 -F /opt/local/Library/Frameworks -lQtCore -lQtOpenGL -lQtGui|" \
+ reinplace -E "s|(.*)|\\1 -F ${frameworks_dir} -lQtCore -lQtOpenGL -lQtGui|" \
${worksrcpath}/viewer/CMakeFiles/viewer-SFCGAL.dir/link.txt
}
}
-use_parallel_build yes
-destroot.target install
+use_parallel_build yes
post-destroot {
- system -W ${destroot}/${prefix}/include "rm -rf CGAL"
+ delete ${destroot}${prefix}/include/CGAL
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20131009/8708a095/attachment.html>
More information about the macports-changes
mailing list