b324733d4a
According to the author, there is some problem with the original master site. He updated the mainsite for fbbi. PR: ports/56945 Submitted by: Li-lun Wang (Leland Wang) <llwang@infor.org>
24 lines
518 B
Makefile
24 lines
518 B
Makefile
# New ports collection makefile for: fbbi
|
|
# Date created: 22 December 2001
|
|
# Whom: Leland Wang <llwang@infor.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= fbbi
|
|
PORTVERSION= 2003.0326
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www3.telus.net/public/cpressey/distfiles/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= llwang@infor.org
|
|
COMMENT= An interpreter for the Befunge-98 language
|
|
|
|
USE_GMAKE= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME}/src
|
|
|
|
do-install:
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|