# -*- coding: utf-8; mode: tcl; tab-width: 4; truncate-lines: t; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:et:sw=4:ts=4:sts=4
# $Id: Portfile 55066 2009-08-06 14:04:41Z snc@macports.org $

PortSystem          1.0

name                magic
version             7.5.180

categories          science
maintainers         waqar
description         A VLSI Layout System

long_description    Magic is a venerable VLSI layout tool, written in the \
                    1980's at Berkeley. Magic is widely cited as being the \
                    easiest tool to use for circuit layout, even for people \
                    who ultimately rely on commercial tools for their product \
                    design flow.

platforms           darwin

homepage            http://opencircuitdesign.com/magic

master_sites        http://opencircuitdesign.com/magic/archive

extract.suffix      .tgz

depends_lib         port:tcl port:tk

checksums           md5     71825268a02acb646df33f9e52f73a0a \
                    sha1    f00dd569e9a8078b4570ae598fb2804bffa31ff0 \
                    rmd160  764d69305ae370fc433f24c7715aab9a83b57d11

configure.args      --mandir=${prefix}/share/man --infodir=${prefix}/share/info
