summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
blob: db0d864d35b9a4de9818d20e2cd43bbc35fd8f63 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.2 2002/08/20 16:35:22 itojun Exp $
#

DISTNAME=	chicken-0.1072
CATEGORIES=	lang
MASTER_SITES=	http://www.call-with-current-continuation.org/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.call-with-current-continuation.org//
COMMENT=	scheme to C compiler, handling R5RS

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
USE_GMAKE=	yes
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool

.include "../../mk/bsd.pkg.mk"