# New ports collection makefile for:	gambc
# Date created:        			28 December 2006
# Whom:					Rob Zinkov
#
# $FreeBSD: ports/lang/gambc/Makefile,v 1.1 2007/01/19 22:08:32 itetcu Exp $
#

PORTNAME=	gambc
DISTVERSION=	4.0b20
CATEGORIES=	lang
MASTER_SITES=	http://www.iro.umontreal.ca/~gambit/download/gambit/4.0/source/

MAINTAINER=	rzinkov@gmail.com
COMMENT=	Gambit programming system where the compiler generates portable C code

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

CONFIGURE_ARGS=	--enable-single-host --enable-gcc-opts

INFO=	gambit-c

pre-configure:
	@${REINPLACE_CMD} -e 's|/4.0b20||' ${WRKSRC}/configure

post-configure:
	@${MV} ${WRKSRC}/makefile ${WRKSRC}/Makefile

.include <bsd.port.mk>


syntax highlighted by Code2HTML, v. 0.9.1