aboutsummaryrefslogtreecommitdiff
path: root/emulators/bfe
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2001-03-11 03:55:26 +0000
committerWill Andrews <will@FreeBSD.org>2001-03-11 03:55:26 +0000
commitd9548494447beb8f765d10e3e03e9bf9ac7ebfb5 (patch)
treed18390cdc9a03c72214933e57c2ba66fc535688b /emulators/bfe
parent45da6fbb3a97ea341d56bd7281f2edb344c7055a (diff)
downloadports-d9548494447beb8f765d10e3e03e9bf9ac7ebfb5.tar.gz
ports-d9548494447beb8f765d10e3e03e9bf9ac7ebfb5.zip
Upgrade to 2mar2001 version.
Notes
Notes: svn path=/head/; revision=39535
Diffstat (limited to 'emulators/bfe')
-rw-r--r--emulators/bfe/Makefile9
-rw-r--r--emulators/bfe/distinfo2
-rw-r--r--emulators/bfe/files/patch-aa13
3 files changed, 8 insertions, 16 deletions
diff --git a/emulators/bfe/Makefile b/emulators/bfe/Makefile
index a2c5432c77f0..5e1f19b0ad4a 100644
--- a/emulators/bfe/Makefile
+++ b/emulators/bfe/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= bfe
-PORTVERSION= 991102
+PORTVERSION= 2mar2001
CATEGORIES= emulators
MASTER_SITES= http://www.qzx.com/bfe/
EXTRACT_SUFX= .tgz
@@ -20,10 +20,15 @@ USE_X_PREFIX= yes
WRKSRC= ${WRKDIR}/bfe
+pre-build:
+ ${PERL} -pi -e "s@/usr/X11R6@${X11BASE}@g; \
+ s@/usr/local@${LOCALBASE}@g; \
+ s@gcc@${CC}@g; s@-O2@${CFLAGS}@g" ${WRKSRC}/Makefile
+
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/bferc.sample
${INSTALL_DATA} ${WRKSRC}/README.bferc ${PREFIX}/share/bfe
.include <bsd.port.mk>
diff --git a/emulators/bfe/distinfo b/emulators/bfe/distinfo
index a44d3c8879f2..b3126df18c38 100644
--- a/emulators/bfe/distinfo
+++ b/emulators/bfe/distinfo
@@ -1 +1 @@
-MD5 (bfe-991102.tgz) = c4650d6509045558933d86d4982e497a
+MD5 (bfe-2mar2001.tgz) = 6aac85b944f0b907fad2cbe18d3bc136
diff --git a/emulators/bfe/files/patch-aa b/emulators/bfe/files/patch-aa
deleted file mode 100644
index 4b0d7f1be554..000000000000
--- a/emulators/bfe/files/patch-aa
+++ /dev/null
@@ -1,13 +0,0 @@
---- 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