1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/lang/fbbi/Makefile
Martin Wilke b0c2e70551 - Respect CC/CFLAGS
PR:		162537
Submitted by:	Jan Beich <jbeich@tormail.net>
Approved by:	maintainer
Feature safe:	yes
2011-11-24 15:58:50 +00:00

32 lines
679 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
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>