diff options
author | will <will@FreeBSD.org> | 2001-03-11 11:55:26 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2001-03-11 11:55:26 +0800 |
commit | d0a39e8674ef619b6a6c7c9fe5b436fa131cc98d (patch) | |
tree | 14bb586d65c413d2e3de2e7693984e2c3d18fe1d /emulators/bfe | |
parent | 4214057e549285558ba029068ecc41b3656b8a80 (diff) | |
download | freebsd-ports-gnome-d0a39e8674ef619b6a6c7c9fe5b436fa131cc98d.tar.gz freebsd-ports-gnome-d0a39e8674ef619b6a6c7c9fe5b436fa131cc98d.tar.zst freebsd-ports-gnome-d0a39e8674ef619b6a6c7c9fe5b436fa131cc98d.zip |
Upgrade to 2mar2001 version.
Diffstat (limited to 'emulators/bfe')
-rw-r--r-- | emulators/bfe/Makefile | 9 | ||||
-rw-r--r-- | emulators/bfe/distinfo | 2 | ||||
-rw-r--r-- | emulators/bfe/files/patch-aa | 13 |
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 |