head	1.20;
access;
symbols
	RELEASE_8_3_0:1.16
	RELEASE_9_0_0:1.13
	RELEASE_7_4_0:1.13
	RELEASE_8_2_0:1.13
	RELEASE_6_EOL:1.13
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.9
	RELEASE_8_0_0:1.9
	RELEASE_7_2_0:1.8
	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.6
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	RELEASE_4_11_0:1.3
	RELEASE_5_3_0:1.3
	RELEASE_4_10_0:1.2
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1;
locks; strict;
comment	@# @;


1.20
date	2012.11.17.05.58.48;	author svnexp;	state Exp;
branches;
next	1.19;

1.19
date	2012.10.29.13.57.56;	author rene;	state Exp;
branches;
next	1.18;

1.18
date	2012.10.23.21.16.56;	author rene;	state Exp;
branches;
next	1.17;

1.17
date	2012.10.07.09.11.51;	author rene;	state Exp;
branches;
next	1.16;

1.16
date	2012.02.19.21.55.07;	author rene;	state Exp;
branches;
next	1.15;

1.15
date	2012.01.02.22.48.13;	author rene;	state Exp;
branches;
next	1.14;

1.14
date	2012.01.01.16.45.38;	author rene;	state Exp;
branches;
next	1.13;

1.13
date	2010.10.26.14.28.35;	author rene;	state Exp;
branches;
next	1.12;

1.12
date	2010.06.21.17.01.36;	author rene;	state Exp;
branches;
next	1.11;

1.11
date	2010.06.15.17.37.48;	author rene;	state Exp;
branches;
next	1.10;

1.10
date	2010.06.13.20.04.03;	author rene;	state Exp;
branches;
next	1.9;

1.9
date	2009.08.22.00.24.30;	author amdmi3;	state Exp;
branches;
next	1.8;

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

1.7
date	2006.12.15.02.12.57;	author shaun;	state Exp;
branches;
next	1.6;

1.6
date	2006.04.08.23.14.16;	author pav;	state Exp;
branches;
next	1.5;

1.5
date	2006.02.22.16.18.49;	author tdb;	state Exp;
branches;
next	1.4;

1.4
date	2005.10.29.20.27.05;	author mnag;	state Exp;
branches;
next	1.3;

1.3
date	2004.04.29.14.10.19;	author arved;	state Exp;
branches;
next	1.2;

1.2
date	2004.02.04.05.21.32;	author marcus;	state Exp;
branches;
next	1.1;

1.1
date	2003.09.27.07.16.27;	author edwin;	state Exp;
branches;
next	;


desc
@@


1.20
log
@Switch exporter over
@
text
@# Created by:	rene
# $FreeBSD: head/lang/bf2c/Makefile 306613 2012-10-29 13:57:56Z rene $

PORTNAME=	bf2c
PORTVERSION=	1.2.5
CATEGORIES=	lang
MASTER_SITES=	ftp://rene-ladan.nl/pub/distfiles/

MAINTAINER=	rene@@FreeBSD.org
COMMENT=	Optimizing BrainF*ck to C compiler

LICENSE=	BSD

USE_XZ=		yes
USE_GMAKE=	yes

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/bf2c ${PREFIX}/bin

post-install:
.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.19
log
@SVN rev 306613 on 2012-10-29 13:57:56Z by rene

Make sure the default options (DOCS, EXAMPLES, IPV6, NLS) are always
defined.

Feature safe:	yes
@
text
@d2 1
a2 1
# $FreeBSD$
@


1.18
log
@SVN rev 306332 on 2012-10-23 21:16:56Z by rene

Use optionsNG syntax for NOPORTDOCS

Feature safe:	yes
@
text
@d17 2
@


1.17
log
@SVN rev 305446 on 2012-10-07 09:11:51Z by rene

Cleanup Makefile headers of my ports.

Just use my login for ports I originally created myself.
@
text
@d17 2
d23 1
a23 1
.if !defined(NOPORTDOCS)
@


1.16
log
@Update to 1.2.5
@
text
@d1 1
a1 4
# New ports collection makefile for:    bf2c
# Date created:        4 Sep 2003
# Whom:                r.c.ladan@@student.tue.nl
#
a2 1
#
@


1.15
log
@- Undeprecate.
- Update to 1.2.4.
- Move to new MASTER_SITE
@
text
@d9 1
a9 1
PORTVERSION=	1.2.4
@


1.14
log
@Deprecate with 2 months timeout, I haven't developed/used it for years.
@
text
@d9 1
a9 1
PORTVERSION=	1.2.3
d11 1
a11 1
MASTER_SITES=	SF
d18 2
a19 8
DEPRECATED=	No longer actively developed
EXPIRATION_DATE=2012-03-01

USE_GMAKE=yes

post-patch:
	${REINPLACE_CMD} -e 's,-Werror,,' -e 's,CC=,#CC=,' -e 's,(CC),(CXX),' \
		${WRKSRC}/Makefile
@


1.13
log
@Respect CC and CXX, these were overwritten by the upstream Makefile
@
text
@d18 3
@


1.12
log
@* Fix package list by not defining LICENSE_FILE explicitly
(bsd.license.mk does not like the filename "LICENSE"), also remove a copy
from DOCSDIR
* Simplify a REINPLACE_CMD

Approved by:	tabthorpe (mentor)
Feature safe:	yes
@
text
@d21 2
a22 2
	@@${REINPLACE_CMD} -e 's,-Werror,,' \
	                  ${WRKSRC}/Makefile
@


1.11
log
@Use correct file for LICENSE_FILE, fixing the build

Approved by:	tabthorpe (mentor)
@
text
@a16 1
LICENSE_FILE=	${WRKSRC}/LICENSE
d21 1
a21 1
	@@${REINPLACE_CMD} -e 's,^CC=.*$$,CC=${CXX} ${CXXFLAGS:C/-Werror//g},' \
a29 1
	${INSTALL_DATA} ${WRKSRC}/LICENSE ${DOCSDIR}
@


1.10
log
@These ports are BSD-licensed

Approved by:	tabthorpe (mentor)
Feature safe:	yes
@
text
@d17 1
a17 1
LICENSE_FILE=	${WRKSRC}/COPYING
@


1.9
log
@- Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L
@
text
@d16 3
@


1.8
log
@- Update maintainer mail

PR:		127077
Submitted by:	Rene Ladan <r.c.ladan@@gmail.com> (maintainer)
@
text
@d11 1
a11 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=bf2c
@


1.7
log
@- Fix build with GCC 4.x (by switching off -Werror). [1]
- Respect CXX and CXXFLAGS.

PR:		ports/106749 [1]
Submitted by:	Rene Ladan <r.c.ladan@@gmail.com> (maintainer)
@
text
@d14 1
a14 1
MAINTAINER=	r.c.ladan@@gmail.com
@


1.6
log
@- Update maintainer's address

PR:		ports/95523
Submitted by:	Rene Ladan <r.c.ladan@@gmail.com> (maintainer)
@
text
@d19 4
@


1.5
log
@- Pass maintainership (back) to submitter.

PR:		93642
Submitted by:	Rene Ladan <r.c.ladan@@student.tue.nl>
@
text
@d14 1
a14 1
MAINTAINER=	r.c.ladan@@student.tue.nl
@


1.4
log
@Drop MAINTAINER

PR:		88196
Submitted by:	Rene Ladan <r.c.ladan@@student.tue.nl> (maintainer)
@
text
@d9 3
a11 3
PORTVERSION=    1.2.3
CATEGORIES=     lang
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE}
d14 2
a15 2
MAINTAINER=     ports@@FreeBSD.org
COMMENT=        Optimizing BrainF*ck to C compiler
d17 1
a17 1
USE_GMAKE=      yes
@


1.3
log
@Update to 1.2.3

PR:		65911
Submitted by:	Rene Ladan <r.c.ladan@@student.tue.nl>
@
text
@d14 1
a14 1
MAINTAINER=     r.c.ladan@@student.tue.nl
@


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

(Part 2)
@
text
@d9 1
a9 2
PORTVERSION=    1.2.2
PORTREVISION=	1
@


1.1
log
@New port: optimizing BF to C compiler

	BrainF*ck is a minimalistic, yet Turing-complete programming
	language with only 8 instructions.  bf2c compiles a BF file
	into a corresponding C file, optimizing as much as possible
	for speed, size and readability.

	It is written for fun, self-educating purposes and to beat
	existing BF compilers.

PR:		ports/57241
Submitted by:	Rene Ladan <r.c.ladan@@student.tue.nl>
@
text
@d10 1
@

