aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/pcemu/Makefile
blob: 76733873f94fbbccf4f7bf7ffe801c27ebe1df48 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# New ports collection makefile for:    pcemu(1)
# Version required: 1.01alpha
# Date created:     7 March 1995
# Whom:         joerg
#
# $Id: Makefile,v 1.2 1995/04/01 12:50:21 jkh 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/
MAINTAINER= joerg@FreeBSD.org
CATEGORIES+=    utilities emulation

.include <bsd.port.mk>