7a325e6491
Update x11-fonts/mkfontscale to 1.2.0 Remove x11-fonts/mkfontdir, which has been merged into mkfontscale. Update dependencies and bump portrevisions. Add an entry to UPDATING and MOVES Changelog: https://lists.x.org/archives/xorg/2019-March/059633.html Thanks to Antoine for the exp-run! PR: 236336 (exp-run) Obtained from: FreeBSD Graphics Team dev repo https://github.com/FreeBSDDesktop/freebsd-ports/tree/feature/mkfontscale Sponsored by: B3 Init
24 lines
492 B
Makefile
24 lines
492 B
Makefile
# Created by: joerg
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcemu
|
|
PORTVERSION= 1.01b
|
|
PORTREVISION= 5
|
|
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
|
|
|
|
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>
|