summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
blob: 7576b09c1318736b4d2b3020b567078448727842 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.7 2003/08/27 08:52:57 itojun Exp $
#

DISTNAME=	chicken-1.12
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"