From 624facecaa8d23aab854deff187ea855f2a3b8e6 Mon Sep 17 00:00:00 2001 From: agc Date: Mon, 19 Feb 2001 12:35:21 +0000 Subject: Initial import of hercules, an S/390 emulator, into the packages collection. Hercules is an open source software implementation of the mainframe System/370 and ESA/390 architectures, in addition to the new 64-bit z/Architecure. Hercules runs under Linux, Windows 98, Windows NT, Windows 2000, and NetBSD. Hercules was created by Roger Bowler and is maintained by Jay Maynard. Jan Jaeger designed and implemented many of the advanced features of Hercules, including dynamic reconfiguration, integrated console, interpretive execution, and z/Architecture support. --- emulators/hercules/Makefile | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 emulators/hercules/Makefile (limited to 'emulators/hercules/Makefile') diff --git a/emulators/hercules/Makefile b/emulators/hercules/Makefile new file mode 100644 index 00000000000..19ad99772f9 --- /dev/null +++ b/emulators/hercules/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2001/02/19 12:35:21 agc Exp $ + +DISTNAME= hercules-2.11 +CATEGORIES= emulators +MASTER_SITES= http://www.conmicro.cx/hercules/ + +MAINTAINER= packages@netbsd.org +HOMEPAGE= http://www.snes9x.com/ +COMMENT= s370 emulator + +DEPENDS= pth-*:../../devel/pth + +USE_GMAKE= yes +MAKEFILE= makefile + +pre-install: + ${MKDIR} ${PREFIX}/share/examples/hercules + ${BSD_INSTALL_DATA} ${WRKSRC}/hercules.cnf ${PREFIX}/share/examples/hercules/ + ${BSD_INSTALL_DATA} ${WRKSRC}/zzsa.cnf ${PREFIX}/share/examples/hercules/ + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3