freebsd-ports/emulators/pcemu/Makefile
Mathieu Arnold 7ae7b018cc With the power of USES=dos2unix, get rid of most patches and files
with CRLF.

While there, run make makepatch, rename patches to use the new scheme,
and various fixes.

With hat:	portmgr
Sponsored by:	Absolight
2016-06-20 16:23:28 +00:00

24 lines
526 B
Makefile

# Created by: joerg
# $FreeBSD$
PORTNAME= pcemu
PORTVERSION= 1.01b
PORTREVISION= 4
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= mkfontdir:x11-fonts/mkfontdir \
mkfontscale:x11-fonts/mkfontscale
USE_XORG= x11 xext
USES= dos2unix
DOS2UNIX_FILES= programs/config.sys
MAKE_ENV= FILESDIR=${FILESDIR} STAGEDIR=${STAGEDIR}
MAKE_ARGS= CC="${CC}"
.include <bsd.port.mk>