1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/emulators/pcemu/Makefile
Bill Fenner 4b6adb56f6 Eliminate double slashes in URL's by:
- Removing trailing slashes from MASTER_SITE_SUBDIR
- Removing doubled slashes in URL
- Adding %2F at start of absolute pathnames (see RFC1738)
1998-01-08 18:52:14 +00:00

34 lines
1.0 KiB
Makefile

# New ports collection makefile for: pcemu(1)
# Version required: 1.01alpha
# Date created: 7 March 1995
# Whom: joerg
#
# $Id: Makefile,v 1.8 1996/11/12 02:16:49 obrien 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
#
# a selection of sites archie has been reporting:
#
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
.include <bsd.port.mk>