# $Id: Portfile,v 1.3 2004/11/24 11:06:32 mww Exp $

PortSystem 1.0

name			minivmac
version			2.5.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
distfiles		${distname}.prj.tgz \
				${distname}.src.tgz
checksums		${distname}.prj.tgz \
					md5 086caebaa3ab4d91e3df94c77655bcd8 \
				${distname}.src.tgz \
					md5 fcf1ce468b2f63fb07baec7a207e2e5f


use_configure	no

build.target

variant darwin	{
	worksrcdir		projects/bgcmachd

	destroot	{
		xinstall -m 755 -d ${destroot}/Applications/DarwinPorts
		file copy ${worksrcpath}/minivmac.app \
			${destroot}/Applications/DarwinPorts
	}
}
