[52502] trunk/dports/science
and.damore at macports.org
and.damore at macports.org
Wed Jun 17 14:51:30 PDT 2009
Revision: 52502
http://trac.macports.org/changeset/52502
Author: and.damore at macports.org
Date: 2009-06-17 14:51:29 -0700 (Wed, 17 Jun 2009)
Log Message:
-----------
New port for Alliance, VHDL CAD system.
Added Paths:
-----------
trunk/dports/science/alliance/
trunk/dports/science/alliance/Portfile
Added: trunk/dports/science/alliance/Portfile
===================================================================
--- trunk/dports/science/alliance/Portfile (rev 0)
+++ trunk/dports/science/alliance/Portfile 2009-06-17 21:51:29 UTC (rev 52502)
@@ -0,0 +1,39 @@
+# $Id$
+
+PortSystem 1.0
+
+name alliance
+version 5.0
+categories science
+maintainers and.damore openmaintainer
+description Alliance, CAD and libraries for VLSI design
+long_description Alliance is a complete set of free CAD tools and portable libraries for \
+ VLSI design. It includes a VHDL compiler and simulator, logic synthesis \
+ tools, and automatic place and route tools. A complete set of portable \
+ CMOS libraries is provided
+platforms darwin
+homepage http://www-asim.lip6.fr/recherche/alliance/
+
+distname ${name}-${version}-20070718
+worksrcdir ${name}-${version}
+master_sites http://www-asim.lip6.fr/pub/alliance/distribution/${version}
+
+checksums md5 917f4493c09f6f5c49d5a606a5e9bbd8 \
+ sha1 e975e3b58a91de96b98f0ff2360798ae5eece6be \
+ rmd160 dc1911517d58bbbdde86a0def21e1447a24f9dea
+
+depends_lib port:xpm \
+ port:openmotif
+
+use_parallel_build no
+configure.args-append --mandir=${prefix}/share/man
+configure.env-append YACC='/usr/bin/yacc'
+destroot.env-append YACC='/usr/bin/yacc'
+
+post-destroot {
+ file mkdir ${destroot}${prefix}/share/alliance
+ file rename ${destroot}${prefix}/doc ${destroot}${prefix}/share/alliance
+ file rename ${destroot}${prefix}/examples ${destroot}${prefix}/share/alliance
+ file rename ${destroot}${prefix}/tutorials ${destroot}${prefix}/share/alliance
+ file rename ${destroot}${prefix}/cells ${destroot}${prefix}/share/alliance
+}
\ No newline at end of file
Property changes on: trunk/dports/science/alliance/Portfile
___________________________________________________________________
Added: svn:keywords
+ Id
Added: svn:eol-style
+ native
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090617/f5e2f1e4/attachment.html>
More information about the macports-changes
mailing list