1995-03-27 21:35:21 +00:00
|
|
|
# New ports collection makefile for: pcemu(1)
|
|
|
|
# Version required: 1.01alpha
|
|
|
|
# Date created: 7 March 1995
|
|
|
|
# Whom: joerg
|
|
|
|
#
|
1998-08-02 18:21:40 +00:00
|
|
|
# $Id: Makefile,v 1.9 1998/01/08 18:52:05 fenner Exp $
|
1995-03-27 21:35:21 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= pcemu1.01alpha
|
1995-04-15 03:46:07 +00:00
|
|
|
PKGNAME= pcemu-1.01a
|
1996-11-12 02:19:40 +00:00
|
|
|
CATEGORIES= emulators
|
1995-03-27 21:35:21 +00:00
|
|
|
|
|
|
|
# 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
|
|
|
|
|
|
|
|
#
|
1998-08-02 18:21:40 +00:00
|
|
|
# This could in theory become a chicken-and-egg problem. Anyway,
|
|
|
|
# wcarchive is well connected, and the distfile hasn't been changed
|
|
|
|
# for years now.
|
|
|
|
MASTER_SITES+= ftp://ftp.freebsd.org/pub/FreeBSD/distfiles/
|
1995-03-27 21:35:21 +00:00
|
|
|
#
|
1998-08-02 18:21:40 +00:00
|
|
|
# interface business GmbH is not so well connected, but Joerg's got
|
|
|
|
# direct access there.
|
|
|
|
MASTER_SITES+= ftp://ftp.interface-business.de/pub/outgoing/
|
1995-03-27 21:35:21 +00:00
|
|
|
#
|
|
|
|
# This is the original master site, but better use a well-connected server
|
|
|
|
MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/users/hedley/
|
1995-04-15 03:46:07 +00:00
|
|
|
|
1995-04-01 13:48:45 +00:00
|
|
|
MAINTAINER= joerg@FreeBSD.org
|
1995-03-27 21:35:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|