diff options
author | jhb <jhb@FreeBSD.org> | 2000-02-02 21:18:47 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2000-02-02 21:18:47 +0000 |
commit | 62bb437165d1cb2082d271bc631a6d5503ccb863 (patch) | |
tree | 92144d23b7e2c98bd065c5d3cf4ee13f93e0a40a /emulators/bfe | |
parent | 89947f5c0e02e68feac1b94d557a1ee3a382db41 (diff) | |
download | FreeBSD-ports-62bb437165d1cb2082d271bc631a6d5503ccb863.zip FreeBSD-ports-62bb437165d1cb2082d271bc631a6d5503ccb863.tar.gz |
A graphical front end to the debugger present in the Bochs emulator.
Reviewed by: jim, jedgar
Diffstat (limited to 'emulators/bfe')
-rw-r--r-- | emulators/bfe/Makefile | 31 | ||||
-rw-r--r-- | emulators/bfe/distinfo | 1 | ||||
-rw-r--r-- | emulators/bfe/files/patch-aa | 13 | ||||
-rw-r--r-- | emulators/bfe/pkg-comment | 1 | ||||
-rw-r--r-- | emulators/bfe/pkg-descr | 6 | ||||
-rw-r--r-- | emulators/bfe/pkg-plist | 4 |
6 files changed, 56 insertions, 0 deletions
diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile new file mode 100644 index 0000000..3783e7b --- /dev/null +++ b/emulators/bfe/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: bfe +# Version required: 991102 +# Date created: 02 February 2000 +# Whom: jhb +# +# $FreeBSD$ +# + +DISTNAME= bfe-${DATE} +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 + +DATE= 991102 + +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> diff --git a/emulators/bfe/distinfo b/emulators/bfe/distinfo new file mode 100644 index 0000000..a44d3c8 --- /dev/null +++ b/emulators/bfe/distinfo @@ -0,0 +1 @@ +MD5 (bfe-991102.tgz) = c4650d6509045558933d86d4982e497a diff --git a/emulators/bfe/files/patch-aa b/emulators/bfe/files/patch-aa new file mode 100644 index 0000000..4b0d7f1 --- /dev/null +++ b/emulators/bfe/files/patch-aa @@ -0,0 +1,13 @@ +--- Makefile.orig Tue Oct 26 16:56:41 1999 ++++ Makefile Wed Feb 2 15:00:38 2000 +@@ -3,8 +3,8 @@ + CC = gcc + LD = $(CC) + CFLAGS = -O2 -Wall +-LIBS = -L/usr/X11/lib -L/usr/local/lib -lX11 -lforms -lm +-INCS = -I/usr/X11R6/include ++LIBS = -L${X11BASE}/lib -L${PREFIX}/lib -lX11 -lxforms -lm ++INCS = -I${X11BASE}/include + + OBJS = globals.o pointer.o popen2.o parse.o updates.o buttons.o structures.o main.o + PROG = bfe diff --git a/emulators/bfe/pkg-comment b/emulators/bfe/pkg-comment new file mode 100644 index 0000000..07b3b96 --- /dev/null +++ b/emulators/bfe/pkg-comment @@ -0,0 +1 @@ +X11 GUI for the bochs debugger diff --git a/emulators/bfe/pkg-descr b/emulators/bfe/pkg-descr new file mode 100644 index 0000000..0fd75a5 --- /dev/null +++ b/emulators/bfe/pkg-descr @@ -0,0 +1,6 @@ +Bochs Frontend is a graphical interface for X11 to the bochs x86 emulator. + +WWW: http://www.qzx.com/bfe/ + +- John +jhb@FreeBSD.org diff --git a/emulators/bfe/pkg-plist b/emulators/bfe/pkg-plist new file mode 100644 index 0000000..d4c0cfc --- /dev/null +++ b/emulators/bfe/pkg-plist @@ -0,0 +1,4 @@ +bin/bfe +share/bfe/bferc.sample +share/bfe/README.bferc +@dirrm share/bfe |