aboutsummaryrefslogtreecommitdiff
path: root/emulators/pcemu/Makefile
blob: 0f2369a04717be50282c57be2952f80d28e41f2e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
PORTNAME=	pcemu
PORTVERSION=	1.01b
PORTREVISION=	6
CATEGORIES=	emulators
MASTER_SITES=	LOCAL/joerg
DISTNAME=	pcemu1.01alpha

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

BUILD_DEPENDS=	bdftopcf:x11-fonts/bdftopcf
RUN_DEPENDS=	mkfontscale:x11-fonts/mkfontscale

USES=		dos2unix xorg fonts
USE_XORG=	x11 xext
DOS2UNIX_FILES=	programs/config.sys
MAKE_ENV=	FILESDIR=${FILESDIR} STAGEDIR=${STAGEDIR} FONTSDIR=${FONTSDIR}
MAKE_ARGS=	CC="${CC}"

.include <bsd.port.mk>