summaryrefslogtreecommitdiff
path: root/lang/gambit-c/Makefile
blob: b023bbf5f64a3ff3d4a920c35e7fc3bc1a84713e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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>