mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-01 05:45:45 +00:00
d52303ea80
Add USES=xorg, USES=gl and in a few cases USES=gnome to ports in categories starting with 'e'.
24 lines
497 B
Makefile
24 lines
497 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
|
|
|
|
USES= dos2unix xorg
|
|
USE_XORG= x11 xext
|
|
DOS2UNIX_FILES= programs/config.sys
|
|
MAKE_ENV= FILESDIR=${FILESDIR} STAGEDIR=${STAGEDIR}
|
|
MAKE_ARGS= CC="${CC}"
|
|
|
|
.include <bsd.port.mk>
|