# $Id: Portfile,v 1.2 2005/06/14 06:28:45 jkh Exp $ PortSystem 1.0 name simh version v33-1 categories emulators platforms darwin maintainers darwinports@opendarwin.org description A highly portable, multi-system simulator. long_description The Computer History Simulation Project is a loose Internet-based collective of people interested in restoring historically significant computer hardware and software systems by simulation. The goal of the project is to create highly portable system simulators and to publish them as freeware on the Internet, with freely available copies of significant or representative software. homepage http://simh.trailing-edge.com master_sites http://simh.trailing-edge.com/sources/ checksums md5 6ff1e27a89ac16d115358a3291e0ad79 use_zip yes distname ${name}${version} worksrcdir . configure {} pre-build { file mkdir ${worksrcpath}/BIN } destroot { system "install -c -m 755 ${worksrcpath}/BIN/* ${destroot}${prefix}/bin" }