1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00
freebsd-ports/lang/nbfc/Makefile
Pietro Cerutti 3ff1fbb343 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)
2008-05-29 19:14:47 +00:00

25 lines
429 B
Makefile

# New ports collection Makefile for: nbfc
# Date created: 29 May 2008
# Whom: gahr
#
# $FreeBSD$
#
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' \
${WRKSRC}/Makefile
.include <bsd.port.mk>