summaryrefslogtreecommitdiff
path: root/emulators/xhomer/Makefile
diff options
context:
space:
mode:
authorobache <obache>2008-12-06 12:56:27 +0000
committerobache <obache>2008-12-06 12:56:27 +0000
commitd91ea348eba543da0a304660bd941595e3eff558 (patch)
tree5562a24facd314c34f0c146f53e2100ac6922a17 /emulators/xhomer/Makefile
parentf779ede59f8a8188610351ff7b4296c5e860cf9f (diff)
downloadpkgsrc-d91ea348eba543da0a304660bd941595e3eff558.tar.gz
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.
Diffstat (limited to 'emulators/xhomer/Makefile')
-rw-r--r--emulators/xhomer/Makefile35
1 files changed, 35 insertions, 0 deletions
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"