summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
blob: cacd1c540325c296fbeb982745f9ac58c5ea6393 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.4 2003/06/02 01:19:07 jschauma Exp $
#

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

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

GNU_CONFIGURE=	yes
USE_LIBTOOL=	yes
TEST_TARGET=	test
LIBTOOL_OVERRIDE=	${WRKSRC}/libtool

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