aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcemu/Makefile
blob: 398943ac0bb84d0146f8ff05f63b9e3ccdcb25ed (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
# New ports collection makefile for:	pcemu(1)
# Date created:		7 March 1995
# Whom:			joerg
#
# $FreeBSD$
#

PORTNAME=	pcemu
PORTVERSION=	1.01b
PORTREVISION=	2
CATEGORIES=	emulators
#
# 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/
DISTNAME=	pcemu1.01alpha

MAINTAINER=	joerg@FreeBSD.org
COMMENT=	An 8086 PC emulator, by David Hedley

BUILD_DEPENDS=	bdftopcf:${PORTSDIR}/x11-fonts/bdftopcf
RUN_DEPENDS=	mkfontdir:${PORTSDIR}/x11-fonts/mkfontdir \
		mkfontscale:${PORTSDIR}/x11-fonts/mkfontscale

USE_XLIB=	yes
MAKE_ENV=	FILESDIR=${FILESDIR}

.include <bsd.port.mk>