freebsd-ports/emulators/pcemu/Makefile

40 lines
1 KiB
Makefile
Raw Normal View History

# New ports collection makefile for: pcemu(1)
# Date created: 7 March 1995
# Whom: joerg
#
1999-08-25 07:57:29 +02:00
# $FreeBSD$
#
2000-04-12 06:56:17 +02:00
PORTNAME= pcemu
PORTVERSION= 1.01b
PORTREVISION= 1
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
1998-10-25 19:28:52 +01:00
MASTER_SITES+= ftp://ftp.cs.bris.ac.uk/pub/users/hedley/
2000-04-12 06:56:17 +02:00
DISTNAME= pcemu1.01alpha
MAINTAINER= joerg@FreeBSD.org
COMMENT= An 8086 PC emulator, by David Hedley
.include <bsd.port.pre.mk>
.if ${XFREE86_VERSION} == 4
BUILD_DEPENDS= bdftopcf:${PORTSDIR}/x11/XFree86-4-clients
RUN_DEPENDS= mkfontdir:${PORTSDIR}/x11/XFree86-4-clients
.endif
USE_XLIB= yes
MAKE_ENV= FILESDIR=${FILESDIR}
.include <bsd.port.post.mk>