From d91ea348eba543da0a304660bd941595e3eff558 Mon Sep 17 00:00:00 2001 From: obache Date: Sat, 6 Dec 2008 12:56:27 +0000 Subject: Import xhomer-9.16.06 as emulators/xhomer. Based on PR 39980 by John Maier. Xhomer is a machine emulator for the Digital Equipment Corporation (DEC) Pro 350 computer, a PDP-11-based machine that was sold in the early to mid-'80's. Xhomer is based on the PDP-11 CPU core from the SIMH simulator, and is written entirely in C. --- emulators/xhomer/Makefile | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) create mode 100644 emulators/xhomer/Makefile (limited to 'emulators/xhomer/Makefile') diff --git a/emulators/xhomer/Makefile b/emulators/xhomer/Makefile new file mode 100644 index 00000000000..9dc8da22260 --- /dev/null +++ b/emulators/xhomer/Makefile @@ -0,0 +1,35 @@ +# $NetBSD: Makefile,v 1.1.1.1 2008/12/06 12:56:27 obache Exp $ + +DISTNAME= xhomer-9-16-06 +PKGNAME= xhomer-9.16.06 +CATEGORIES= emulators +MASTER_SITES= http://xhomer.isani.org/xhomer/ +EXTRACT_SUFX= .tgz + +MAINTAINER= jmaier@happymolars.org +HOMEPAGE= http://xhomer.isani.org/xhomer/ +COMMENT= DEC Pro 350/380 emulator + +PKG_DESTDIR_SUPPORT= user-destdir + +USE_TOOLS+= gmake + +NO_CONFIGURE= yes + +BUILD_TARGET= xhomer + +MAKE_FLAGS+= X11DIR=${X11BASE} USE_DGA2=Y USE_DGA1=N + +INSTALLATION_DIRS= bin share/examples/xhomer share/doc/xhomer + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/xhomer ${DESTDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/bat.ram ${DESTDIR}${PREFIX}/share/examples/xhomer + ${INSTALL_DATA} ${WRKSRC}/xhomer.cfg ${DESTDIR}${PREFIX}/share/examples/xhomer/ + ${INSTALL_DATA} ${WRKSRC}/DOC/* ${DESTDIR}${PREFIX}/share/doc/xhomer + +.include "../../x11/libX11/buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXxf86dga/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3