# $Id: Portfile,v 1.1 2006/08/01 19:38:29 waqar Exp $

PortSystem 1.0
name		magic
version		7.4.24
categories	science
maintainers	waqar@opendarwin.org
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
checksums	md5 9ba4d6056fed86bcb81a59766809faf8		\
		sh1 fa4c40db289535d0bced2f3cd1662cc51f565098

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