Ticket #14973: Portfile

File Portfile, 930 bytes (added by adamore@…, 16 years ago)
Line 
1# $Id: Portfile 20457 2006-11-03 15:12:00Z blair@macports.org $
2
3PortSystem 1.0
4name            magic
5version         7.5.129
6categories      science
7maintainers     waqar@macports.org
8description     A VLSI Layout System
9long_description        \
10        Magic is a venerable VLSI layout tool, written in the 1980's at \
11        Berkeley. Magic is widely cited as being the easiest tool to use \
12        for circuit layout, even for people who ultimately rely on \
13        commercial tools for their product design flow.
14
15platforms       darwin
16homepage        http://opencircuitdesign.com/magic
17master_sites    http://opencircuitdesign.com/magic/archive
18extract.suffix  .tgz
19checksums       md5 a1afba13ac1c2cb40575b54783f47abd \
20                        sha1 501ed7f4ef849ee9caece8715b562f9b539822c2 \
21                        rmd160 25e6e1e46069667a3ca50b333d8b09a3d1dfd980
22variant blt description {Compile with blt support, ACTUALLY BROKEN} {
23        depends_lib             port:blt
24}
25
26configure.args --mandir=${prefix}/share/man --infodir=${prefix}/share/info
27 
28