blob: 3095d8f557dc1f7220b1b13fa40ca7268a43ab4d (
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
33
34
35
36
37
38
39
|
# New ports collection makefile for: pcemu(1)
# Version required: 1.01alpha
# Date created: 7 March 1995
# Whom: joerg
#
# $Id: Makefile,v 1.12 1998/11/28 00:44:33 asami Exp $
#
DISTNAME= pcemu1.01alpha
PKGNAME= pcemu-1.01a
CATEGORIES= emulators
# 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
#
# 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/
#
# interface business GmbH is not so well connected, but Joerg's got
# direct access there.
MASTER_SITES+= ftp://ftp.interface-business.de/pub/outgoing/
#
# This is the original master site, but better use a well-connected server
MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/
MAINTAINER= joerg@FreeBSD.org
USE_XLIB= yes
MAKE_ENV= FILESDIR=${FILESDIR}
.include <bsd.port.mk>
|