e366d0c694
Should anybody feel like they could be the maintainer for any of thewe packages, please adjust.
17 lines
434 B
Makefile
17 lines
434 B
Makefile
# $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"
|