1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-05 01:55:52 +00:00
freebsd-ports/lang/gambc/Makefile
Ion-Mihai Tetcu ce559fb35f The Gambit programming system is a full implementation of the Scheme
language which conforms to the R4RS and IEEE Scheme standards. It
consists of two main programs: gsi, the Gambit Scheme interpreter, and
gsc, the Gambit Scheme compiler.

Gambit-C is a version of the Gambit programming system in which the
compiler generates portable C code, making the whole Gambit-C system
and the programs compiled with it easily portable to many computer
architectures for which a C compiler is available. With appropriate
declarations in the source code the executable programs generated by
the compiler run roughly as fast as equivalent C programs.

WWW: http://www.iro.umontreal.ca/~gambit/

PR:		ports/107405
Submitted by:	Rob Zinkov
2007-01-19 22:08:32 +00:00

30 lines
634 B
Makefile

# New ports collection makefile for: gambc
# Date created: 28 December 2006
# Whom: Rob Zinkov
#
# $FreeBSD$
#
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>