From 09e4abae98bffdda958227c0890298183f5df0e3 Mon Sep 17 00:00:00 2001 From: garbled Date: Wed, 31 Mar 1999 06:34:07 +0000 Subject: Initial import of pcemu-1.01a. An 8086/8088 CPU emulator. Closes PR 7294 by Eric Fox. --- emulators/pcemu/Makefile | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 emulators/pcemu/Makefile (limited to 'emulators/pcemu/Makefile') diff --git a/emulators/pcemu/Makefile b/emulators/pcemu/Makefile new file mode 100644 index 00000000000..6f6795977e7 --- /dev/null +++ b/emulators/pcemu/Makefile @@ -0,0 +1,22 @@ +# $NetBSD: Makefile,v 1.1.1.1 1999/03/31 06:34:07 garbled Exp $ +# FreeBSD Id: Makefile,v 1.13 1998/12/01 09:49:33 asami Exp +# + +DISTNAME= pcemu1.01alpha +PKGNAME= pcemu-1.01a +CATEGORIES= emulators +MASTER_SITES= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/ \ + ftp://ftp.interface-business.de/pub/outgoing/ \ + ftp://ftp.cs.bris.ac.uk/pub/users/hedley/ + +MAINTAINER= eric@fox.phoenix.az.us + +USE_X11= yes +MAKE_ENV+= FILESDIR=${FILESDIR} + +post-configure: + ${SED} -e 's|/usr/local|${PREFIX}|g' < ${WRKSRC}/bootstrap/help.txt > \ + ${WRKSRC}/foo + ${MV} ${WRKSRC}/foo ${WRKSRC}/bootstrap/help.txt + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3