head	1.9;
access;
symbols
	RELEASE_8_3_0:1.8
	RELEASE_9_0_0:1.8
	RELEASE_7_4_0:1.7
	RELEASE_8_2_0:1.7
	RELEASE_6_EOL:1.7
	RELEASE_8_1_0:1.7
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.7
	RELEASE_7_1_0:1.7
	RELEASE_6_4_0:1.7
	RELEASE_5_EOL:1.7
	RELEASE_7_0_0:1.7
	RELEASE_6_3_0:1.7
	PRE_XORG_7:1.7
	RELEASE_4_EOL:1.7
	RELEASE_6_2_0:1.7
	RELEASE_6_1_0:1.7
	RELEASE_5_5_0:1.7
	RELEASE_6_0_0:1.7
	RELEASE_5_4_0:1.7
	RELEASE_4_11_0:1.7
	RELEASE_5_3_0:1.7
	RELEASE_4_10_0:1.7
	RELEASE_5_2_1:1.5
	RELEASE_5_2_0:1.5
	RELEASE_4_9_0:1.4
	RELEASE_5_1_0:1.4
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.2
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1;
locks; strict;
comment	@# @;


1.9
date	2012.11.17.05.58.49;	author svnexp;	state Exp;
branches;
next	1.8;

1.8
date	2011.11.24.15.58.50;	author miwi;	state Exp;
branches;
next	1.7;

1.7
date	2004.02.06.13.11.36;	author trevor;	state Exp;
branches;
next	1.6;

1.6
date	2004.02.04.05.21.33;	author marcus;	state Exp;
branches;
next	1.5;

1.5
date	2003.09.24.11.00.43;	author edwin;	state Exp;
branches;
next	1.4;

1.4
date	2003.04.13.12.45.12;	author edwin;	state Exp;
branches;
next	1.3;

1.3
date	2003.02.21.12.35.01;	author knu;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.20.03.28.49;	author kuriyama;	state Exp;
branches;
next	1.1;

1.1
date	2001.12.22.14.55.03;	author kevlo;	state Exp;
branches;
next	;


desc
@@


1.9
log
@Switch exporter over
@
text
@# New ports collection makefile for:	fbbi
# Date created:        22 December 2001
# Whom:                Leland Wang <llwang@@infor.org>
#
# $FreeBSD: head/lang/fbbi/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	fbbi
PORTVERSION=	2003.0326
PORTREVISION=	1
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

PLIST_FILES=	bin/fbbi
USE_GMAKE=	yes

WRKSRC=		${WRKDIR}/${DISTNAME}/src

post-patch:	.SILENT
	${REINPLACE_CMD} -e '/^CC/s/=/?=/' \
		-e '/^CFLAGS/{s/=/+=/;s/-g//;s/-O//;}' \
		${WRKSRC}/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/../bin/fbbi ${PREFIX}/bin

.include <bsd.port.mk>
@


1.8
log
@- Respect CC/CFLAGS

PR:		162537
Submitted by:	Jan Beich <jbeich@@tormail.net>
Approved by:	maintainer
Feature safe:	yes
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.7
log
@Use PLIST_FILES (bento-tested, marcus-reviewed).
@
text
@d23 5
@


1.6
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 2)
@
text
@d18 1
@


1.5
log
@[maintainer] update MASTERSITE of lang/fbbi

	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>
@
text
@d10 1
@


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

PR:		ports/50403
Submitted by:	Leland Wang <llwang@@infor.org>
@
text
@d11 1
a11 1
MASTER_SITES=	http://www.catseye.mb.ca/projects/
@


1.3
log
@De-pkg-comment.
@
text
@d9 1
a9 1
PORTVERSION=	0.98
d11 2
a12 3
MASTER_SITES=	http://www.catseye.mb.ca/esoteric/befunge/98/fbbi/
DISTNAME=	fbbiv098
EXTRACT_SUFX=	.zip
a16 1
USE_ZIP=	yes
a17 2
MAKEFILE=	makefile
USE_REINPLACE=	yes
d19 1
a19 5
WRKSRC=		${WRKDIR}/${PORTNAME}/src

pre-build:
	@@${CP} ${WRKDIR}/fbbi.c ${WRKSRC}
	${REINPLACE_CMD} -e 's,#include <values.h>,,' ${WRKSRC}/bf98spc.h
d22 1
a22 1
	@@${INSTALL_PROGRAM} ${WRKSRC}/fbbi ${LOCALBASE}/bin
@


1.2
log
@Unbreak.

PR:		ports/42606
Submitted by:	Tilman Linneweh <tilman@@arved.FreeBSD.ORG>
@
text
@d16 1
@


1.1
log
@Initial import of fbbi 0.98

fbbi is an interpreter for the Befunge-98 language.

PR: 33091
Submitted by: Leland Wang <llwang@@infor.org>
@
text
@d20 1
d26 1
@

