head	1.3;
access;
symbols
	RELEASE_8_3_0:1.2
	RELEASE_9_0_0:1.2
	RELEASE_7_4_0:1.1
	RELEASE_8_2_0:1.1
	RELEASE_6_EOL:1.1
	RELEASE_8_1_0:1.1
	RELEASE_7_3_0:1.1
	RELEASE_8_0_0:1.1
	RELEASE_7_2_0:1.1
	RELEASE_7_1_0:1.1
	RELEASE_6_4_0:1.1
	RELEASE_5_EOL:1.1;
locks; strict;
comment	@# @;


1.3
date	2012.11.17.05.58.53;	author svnexp;	state Exp;
branches;
next	1.2;

1.2
date	2011.11.23.09.02.10;	author gahr;	state Exp;
branches;
next	1.1;

1.1
date	2008.05.29.19.14.47;	author gahr;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Switch exporter over
@
text
@# New ports collection Makefile for:	nbfc
# Date created:				29 May 2008
# Whom:					gahr
#
# $FreeBSD: head/lang/nbfc/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	nbfc
PORTVERSION=	0.1
CATEGORIES=	lang
MASTER_SITES=	http://koeln.ccc.de/ablage/brainfuck/

MAINTAINER=	gahr@@FreeBSD.org
COMMENT=	New Brainfuck Compiler

MAN1=	nbfc.1

PLIST_FILES=	bin/nbfc

post-patch:
	${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g; s|bison -y|${YACC} -|g; s|gcc|${CC} ${CFLAGS}|g' \
		${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.2
log
@- Respect CC and CFLAGS

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


1.1
log
@New port: The New Brainfuck Compiler

The New Brainfuck Compiler is an optimizing Brainfuck-to-C
and Bainfuck-to-Java compiler.

Approved by:	miwi (mentor)
@
text
@d21 1
a21 1
	${REINPLACE_CMD} -e 's|/usr|${PREFIX}|g;s|bison -y|yacc -|g' \
@

