[88247] trunk/dports/devel/libcudd/Portfile
ryandesign at macports.org
ryandesign at macports.org
Fri Dec 23 03:21:32 PST 2011
Revision: 88247
http://trac.macports.org/changeset/88247
Author: ryandesign at macports.org
Date: 2011-12-23 03:21:32 -0800 (Fri, 23 Dec 2011)
Log Message:
-----------
libcudd: use notes; fix message; see #27725
Modified Paths:
--------------
trunk/dports/devel/libcudd/Portfile
Modified: trunk/dports/devel/libcudd/Portfile
===================================================================
--- trunk/dports/devel/libcudd/Portfile 2011-12-23 11:18:49 UTC (rev 88246)
+++ trunk/dports/devel/libcudd/Portfile 2011-12-23 11:21:32 UTC (rev 88247)
@@ -56,7 +56,10 @@
xinstall -m 755 -d ${destroot}${prefix}/lib/cudd
xinstall -m 644 -W ${worksrcpath} libcudd.dylib libcuddobj.dylib ${destroot}${prefix}/lib/cudd
# TODO: install documentation ...
- # Print message on how to use the library
- ui_msg "\n=============\nThe CUDD library for the Mac is compiled dynamically as per Apple's recommendations.\nTo compile against it, use:\n\t'-I${prefix}/cudd -L${prefix}/cudd -lcudd' for the C interface\n\t'-I${prefix}/cudd -L${prefix}/cudd -lcudd -lcuddobj' for the C++ interface.\n============="
}
+notes "
+To compile against the CUDD dynamic library, use\
+'-I${prefix}/include/cudd -L${prefix}/lib/cudd -lcudd' for the C interface, or\
+'-I${prefix}/include/cudd -L${prefix}/lib/cudd -lcudd -lcuddobj' for the C++ interface.
+"
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111223/14ef4438/attachment-0001.html>
More information about the macports-changes
mailing list