# $Id: Portfile,v 1.1 2003/12/31 02:26:57 mww Exp $ PortSystem 1.0 name minivmac version 1.0.0 categories emulators aqua platforms darwin maintainers mww@opendarwin.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://www.gryphel.com/c/minivmac/ master_sites sourceforge:minivmac extract.suffix .tgz distfiles ${distname}.prj${extract.suffix} \ ${distname}.src${extract.suffix} checksums ${distname}.prj${extract.suffix} \ md5 5a8d7b8ed255115458cb842180196528 \ ${distname}.src${extract.suffix} \ md5 2f312cd0b7d20cc26017ec31dffaad7a use_configure no set worksrcpath ${workpath}/${distname}.prj/projects pre-build { file copy ${workpath}/${distname}.src/source ${worksrcpath} } variant darwin { build.dir ${worksrcpath}/bgcmachs build.target destroot { file mkdir ${destroot}/Applications/DarwinPorts file copy ${worksrcpath}/bgcmachs/minivmac.app \ ${destroot}/Applications/DarwinPorts } }