# $Id: Portfile 23554 2007-04-04 10:31:48Z ryandesign@macports.org $ PortSystem 1.0 name minivmac version 2.8.2 categories emulators aqua platforms darwin maintainers nomaintainer@macports.org description Mini vMac is a minimalistic Mac Plus emulator. long_description Mini vMac is a minor spin off of the program vMac. Its \ goal is to provide the simplest usable emulation of a \ Macintosh, instead of the fastest or most usable \ emulation. Mini vMac emulates a Mac Plus, a Macintosh \ computer sold between 1986 and 1990. homepage http://minivmac.sourceforge.net/ master_sites sourceforge distfiles ${distname}.prj.tgz \ ${distname}.src.tgz checksums ${distname}.prj.tgz \ md5 cfd3c6b60080d2184d6895b84c616fbf \ sha1 8aa54b5708e280d1ed0c1f68aca8a38965cad4e2 \ rmd160 d0e8d7734109b12caaf909efea231fe2a3a55979 \ ${distname}.src.tgz \ md5 ff6e67f654f09098ffbb8f26a5a7ae20 \ sha1 6cdc4b514f3b45869a9fd2c5ee528499e772ad5e \ rmd160 dc7a827fc1821014b2ac0f9b5cd025e1133d83ef use_configure no build.target variant darwin { worksrcdir projects/bgcmachs post-extract { reinplace "s|maintained by unknown|maintained by MacPorts|" \ ${worksrcpath}/config/Info.plist reinplace "s|#define kMaintainerName \"unknown\"|#define kMaintainerName \"MacPorts\"|" \ ${worksrcpath}/config/CNFGGLOB.h } destroot { xinstall -m 755 -d ${destroot}/Applications/MacPorts file copy ${worksrcpath}/minivmac.app \ ${destroot}/Applications/MacPorts/Mini\ vMac.app } }