summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
blob: 9db145264b099117e306329beefe96a577264cd9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.3 2003/05/21 19:43:03 seb Exp $
#

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

MAINTAINER=	packages@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"