1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-25 21:07:40 +00:00
freebsd-ports/emulators/bfe/Makefile
2000-04-12 04:56:17 +00:00

30 lines
641 B
Makefile

# New ports collection makefile for: bfe
# Date created: 02 February 2000
# Whom: jhb
#
# $FreeBSD$
#
PORTNAME= bfe
PORTVERSION= 991102
CATEGORIES= emulators
MASTER_SITES= http://www.qzx.com/bfe/
EXTRACT_SUFX= .tgz
MAINTAINER= jhb@FreeBSD.org
LIB_DEPENDS= xforms.0:${PORTSDIR}/x11-toolkits/xforms
RUN_DEPENDS= bochs:${PORTSDIR}/emulators/bochs
USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/bfe
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/bfe ${PREFIX}/bin
-@${MKDIR} ${PREFIX}/share/bfe
${INSTALL_DATA} ${WRKSRC}/.bferc ${PREFIX}/share/bfe/bferc.sample
${INSTALL_DATA} ${WRKSRC}/README.bferc ${PREFIX}/share/bfe
.include <bsd.port.mk>