freebsd-ports/emulators/pcemu/Makefile
Joerg Wunsch 869622ad38 This is David Hedley's pcemu 8086 PC emulator.
Technically, i consider this an excellent work.

I've made some efforts to make it easier for people get it actually up
& running.  This would have required an image of a DOS boot floppy,
which we cannot provide.  Instead, i wrote a small bootstrap loader
(basically a small more(1) clone with builtin text) that can be
``booted'' from.  It instructs the user how to get the image of a
bootable DOS floppy, and where to find the various files.

(The bootstrap loader requires bcc to be recompiled, but i'm providing
a gzip'ed/uuencoded version in the files directory as well.)

The pkg directory is not yet done.  Will follow RSN. :)
1995-03-27 21:35:21 +00:00

31 lines
1.1 KiB
Makefile

# New ports collection makefile for: pcemu(1)
# Version required: 1.01alpha
# Date created: 7 March 1995
# Whom: joerg
#
# $Id: Makefile,v 1.1.1.1 1995/03/05 23:32:25 joerg Exp $
#
DISTNAME= pcemu1.01alpha
# Warning notice: by now, you'll have to live with those warnings:
#
#In file included from /usr/include/sys/types.h:48,
# from /usr/include/stdio.h:43,
# from main.c:22:
#/usr/include/machine/endian.h:50: warning: `LITTLE_ENDIAN' redefined
#*Initialization*:1: warning: this is the location of the previous definition
#
# a selection of sites archie has been reporting:
#
MASTER_SITES= ftp://hpcsos.col.hp.com/mirrors/.scsi0/linux/ALPHA/dosemu/Misc/
MASTER_SITES+= ftp://ftp.germany.eu.net//pub/os/Linux/Local.EUnet/ALPHA/dosemu/Misc/
MASTER_SITES+= ftp://minnie.cs.adfa.oz.au/BSD/phillip/FreeBSD/pc-emulator/
MASTER_SITES+= ftp://ftp.iij.ad.jp/pub/linux/tsx-11/ALPHA/dosemu/Misc/
#
# This is the original master site, but better use a well-connected server
MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/users/hedley/
.include <bsd.port.mk>