head	1.5;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.2
	RELEASE_8_2_0:1.2
	RELEASE_6_EOL:1.2;
locks; strict;
comment	@# @;


1.5
date	2012.11.17.05.58.55;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2011.06.20.17.26.54;	author bapt;	state Exp;
branches;
next	1.3;

1.3
date	2011.03.09.16.43.26;	author bapt;	state Exp;
branches;
next	1.2;

1.2
date	2010.09.05.08.49.46;	author bapt;	state Exp;
branches;
next	1.1;

1.1
date	2010.09.03.12.40.47;	author bapt;	state Exp;
branches;
next	;


desc
@@


1.5
log
@Switch exporter over
@
text
@# New ports collection makefile for:	picoc
# Date created:		2010-09-03
# Whom:			Bapt <bapt@@FreeBSD.org>
#
# $FreeBSD: head/lang/picoc/Makefile 300896 2012-07-14 13:54:48Z beat $
#

PORTNAME=	picoc
PORTVERSION=	2.1
CATEGORIES=	lang devel
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	bapt@@FreeBSD.org
COMMENT=	Very small C interpreter for scripting

LICENSE=	BSD

USE_BZIP2=	yes
USE_GMAKE=	yes

PLIST_FILES=	bin/picoc

WRKSRC=		${WRKDIR}/${PORTNAME}

post-patch:
	@@${REINPLACE_CMD} -e "/-include/d" \
		-e "s/^CFLAGS=.*/CFLAGS=${CFLAGS} -DUNIX_HOST/" \
		-e "s/gcc/${CC}/" \
		${WRKSRC}/Makefile

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

.include <bsd.port.mk>
@


1.4
log
@Fix build with clang
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@- upgrade to 2.1
@
text
@d28 1
@


1.2
log
@- really install files
- bump port revision

Reported by:	pointyhat, pav
@
text
@d9 1
a9 2
PORTVERSION=	1.0
PORTREVISION=	1
d19 1
d23 2
@


1.1
log
@PicoC is a very small C interpreter for scripting. It was originally written for
scripting a UAV's on-board flight system and it's also very suitable for other
robotic, embedded and non-embedded applications too.

WWW:    http://code.google.com/p/picoc/
@
text
@d10 1
d21 1
a21 1
PLIST=	bin/picoc
@

