summaryrefslogtreecommitdiff
path: root/lang/chicken/Makefile
blob: 5c587b40933264d5f9244516ca23a522bad598b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.5 2003/07/17 21:44:03 grant 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"