Ticket #15172: Portfile

File Portfile, 950 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.134
6
7categories      science
8maintainers     waqar@macports.org
9description     A VLSI Layout System
10
11long_description        \
12        Magic is a venerable VLSI layout tool, written in the 1980's at \
13        Berkeley. Magic is widely cited as being the easiest tool to use \
14        for circuit layout, even for people who ultimately rely on \
15        commercial tools for their product design flow.
16
17platforms       darwin
18
19homepage        http://opencircuitdesign.com/magic
20
21master_sites    http://opencircuitdesign.com/magic/archive
22
23extract.suffix  .tgz
24
25depends_lib             port:tcl port:tk
26
27distfiles               magic-${version}${extract.suffix}
28
29checksums       \
30                        magic-7.5.134.tgz \
31                                md5  6cdb6a54d26f861ebcfe0b53128ab9ab \
32                                sha1  bc277b5a85a2c57eaeda0bb44c354069136b6fe1 \
33                                rmd160  f0511f96c0e64ac3d5e74d1690d015636a96c4c2
34
35configure.args          --mandir=${prefix}/share/man --infodir=${prefix}/share/info