Ticket #15050: Portfile

File Portfile, 989 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
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
25checksums       md5 a1afba13ac1c2cb40575b54783f47abd \
26                        sha1 501ed7f4ef849ee9caece8715b562f9b539822c2 \
27                        rmd160 25e6e1e46069667a3ca50b333d8b09a3d1dfd980
28
29variant blt description {Compile with blt support, ACTUALLY BROKEN} {
30        depends_lib             port:blt
31}
32
33patchfiles                      patch-tkcon.tcl
34patch.pre_args          -p0
35
36configure.args          --mandir=${prefix}/share/man --infodir=${prefix}/share/info
37 
38