summaryrefslogtreecommitdiff
path: root/emulators/sys161/Makefile
blob: 34090ee9de509c9dcbd0016eb85b34b1360fff34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# $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"