1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-02-02 11:09:29 +00:00

Maintainer update port: lang/fbbi An interperter for the Befunge-98 language

PR:		ports/50403
Submitted by:	Leland Wang <llwang@infor.org>
This commit is contained in:
Edwin Groothuis 2003-04-13 12:45:12 +00:00
parent 2047a28cd5
commit 1b53ebbb31
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=78886
3 changed files with 7 additions and 15 deletions

View File

@ -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>

View File

@ -1 +1 @@
MD5 (fbbiv098.zip) = 2a1743d5cdca79dc22d8e6fccefe14d1
MD5 (fbbi-2003.0326.tgz) = 4c5f084645720d7aacf8d63caf53a798

View File

@ -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-+