diff options
author | garbled <garbled@pkgsrc.org> | 1999-03-31 06:34:07 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1999-03-31 06:34:07 +0000 |
commit | 09e4abae98bffdda958227c0890298183f5df0e3 (patch) | |
tree | 52f65fd3f6ddaf265766bc85103e6e807b7506ee /emulators/pcemu/Makefile | |
parent | 99281b5e7b8a8992b4dd22c5e18098d3f68dd4e4 (diff) | |
download | pkgsrc-09e4abae98bffdda958227c0890298183f5df0e3.tar.gz |
Initial import of pcemu-1.01a. An 8086/8088 CPU emulator.
Closes PR 7294 by Eric Fox.
Diffstat (limited to 'emulators/pcemu/Makefile')
-rw-r--r-- | emulators/pcemu/Makefile | 22 |
1 files changed, 22 insertions, 0 deletions
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" |