summaryrefslogtreecommitdiff
path: root/lang/fbbi
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 12:45:12 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2003-04-13 12:45:12 +0000
commit1b53ebbb3189f5151d39d302561fcd8ebe6f213f (patch)
treef3a030840e40f7bcac8ab9bae77dd996cf965617 /lang/fbbi
parentTMDA port is out of date. (diff)
Maintainer update port: lang/fbbi An interperter for the Befunge-98 language
PR: ports/50403 Submitted by: Leland Wang <llwang@infor.org>
Notes
Notes: svn path=/head/; revision=78886
Diffstat (limited to 'lang/fbbi')
-rw-r--r--lang/fbbi/Makefile18
-rw-r--r--lang/fbbi/distinfo2
-rw-r--r--lang/fbbi/pkg-descr2
3 files changed, 7 insertions, 15 deletions
diff --git a/lang/fbbi/Makefile b/lang/fbbi/Makefile
index 51cc22b2ea32..fceed80bb7dc 100644
--- a/lang/fbbi/Makefile
+++ b/lang/fbbi/Makefile
@@ -6,27 +6,19 @@
#
PORTNAME= fbbi
-PORTVERSION= 0.98
+PORTVERSION= 2003.0326
CATEGORIES= lang
-MASTER_SITES= http://www.catseye.mb.ca/esoteric/befunge/98/fbbi/
-DISTNAME= fbbiv098
-EXTRACT_SUFX= .zip
+MASTER_SITES= http://www.catseye.mb.ca/projects/
+EXTRACT_SUFX= .tgz
MAINTAINER= llwang@infor.org
COMMENT= An interpreter for the Befunge-98 language
-USE_ZIP= yes
USE_GMAKE= yes
-MAKEFILE= makefile
-USE_REINPLACE= yes
-WRKSRC= ${WRKDIR}/${PORTNAME}/src
-
-pre-build:
- @${CP} ${WRKDIR}/fbbi.c ${WRKSRC}
- ${REINPLACE_CMD} -e 's,#include <values.h>,,' ${WRKSRC}/bf98spc.h
+WRKSRC= ${WRKDIR}/${DISTNAME}/src
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/fbbi ${LOCALBASE}/bin
+ @${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin
.include <bsd.port.mk>
diff --git a/lang/fbbi/distinfo b/lang/fbbi/distinfo
index 5634003d4d05..c879098be149 100644
--- a/lang/fbbi/distinfo
+++ b/lang/fbbi/distinfo
@@ -1 +1 @@
-MD5 (fbbiv098.zip) = 2a1743d5cdca79dc22d8e6fccefe14d1
+MD5 (fbbi-2003.0326.tgz) = 4c5f084645720d7aacf8d63caf53a798
diff --git a/lang/fbbi/pkg-descr b/lang/fbbi/pkg-descr
index 67cecceb94fa..be401437cb6c 100644
--- a/lang/fbbi/pkg-descr
+++ b/lang/fbbi/pkg-descr
@@ -20,4 +20,4 @@ Befunge, however, allows execution to proceed in less restricted
fashion; the program is stored in a two-dimensional grid and control
can flow left or right, or up, or down...
-WWW: http://www.catseye.mb.ca/esoteric/befunge/
+WWW: http://www.catseye.mb.ca/projects/fbbi-+