[45286] trunk/dports/math/lp_solve/Portfile

blb at macports.org blb at macports.org
Mon Jan 12 14:24:38 PST 2009


Revision: 45286
          http://trac.macports.org/changeset/45286
Author:   blb at macports.org
Date:     2009-01-12 14:24:38 -0800 (Mon, 12 Jan 2009)
Log Message:
-----------
math/lp_solve - install header files as well, ticket #17969

Modified Paths:
--------------
    trunk/dports/math/lp_solve/Portfile

Modified: trunk/dports/math/lp_solve/Portfile
===================================================================
--- trunk/dports/math/lp_solve/Portfile	2009-01-12 22:19:40 UTC (rev 45285)
+++ trunk/dports/math/lp_solve/Portfile	2009-01-12 22:24:38 UTC (rev 45286)
@@ -4,6 +4,7 @@
 
 name			lp_solve
 version			5.5.0.13
+revision		1
 categories		math
 platforms		darwin
 maintainers		nomaintainer
@@ -34,5 +35,8 @@
 		liblpsolve55.a liblpsolve55.dylib ${destroot}${prefix}/lib
 	xinstall -m 755 -W ${worksrcpath}/lp_solve \
 		lp_solve ${destroot}${prefix}/bin
+	xinstall -m 755 -d ${destroot}${prefix}/include/lpsolve 
+	eval xinstall -m 444 [glob ${worksrcpath}/*.h] \
+		${destroot}${prefix}/include/lpsolve/ 
 }
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090112/66bf471e/attachment.html>


More information about the macports-changes mailing list