summaryrefslogtreecommitdiff
path: root/emulators/hercules/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2001-02-19 12:35:21 +0000
committeragc <agc@pkgsrc.org>2001-02-19 12:35:21 +0000
commit206e2832c39d0417ab7e5b669eedb26105de4e45 (patch)
tree716278cb33b29d2bee5920c7e434bb73018c26dd /emulators/hercules/Makefile
parent4bc5a65a32ce7d1398b83776102d216b8f590ff1 (diff)
downloadpkgsrc-206e2832c39d0417ab7e5b669eedb26105de4e45.tar.gz
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.
Diffstat (limited to 'emulators/hercules/Makefile')
-rw-r--r--emulators/hercules/Makefile21
1 files changed, 21 insertions, 0 deletions
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"