pkgsrc/emulators/sys161/Makefile
dholland 5016fc746e Update to 2.0.8.
Upstream changes:

 - Update copyright years. Noticed by Margo Seltzer.
 - Fix handling of file creation in emufs, again.
 - Fix another issue with dropped input handling, reported by Sam
   Fishman.
 - Print more info with exception traces.
 - Remove obsolete disk sizes from sys161.conf.sample.
 - Reuse emufs handles when the same object is reopened. ".." usage
   now behaves itself. Mostly from Sam Fishman.
 - Remove stray debug print.
2016-03-07 05:53:29 +00:00

15 lines
416 B
Makefile

# $NetBSD: Makefile,v 1.7 2016/03/07 05:53:29 dholland Exp $
DISTNAME= sys161-2.0.8
CATEGORIES= emulators
MASTER_SITES= http://os161.eecs.harvard.edu/download/
MAINTAINER= dholland@NetBSD.org
HOMEPAGE= http://os161.eecs.harvard.edu/\#sys161
COMMENT= System/161 MIPS emulator
LICENSE= modified-bsd
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --destdir=${DESTDIR} --prefix=${PREFIX} mipseb
.include "../../mk/bsd.pkg.mk"