17 lines
421 B
Makefile
17 lines
421 B
Makefile
# $NetBSD: Makefile,v 1.2 2002/08/20 16:35:22 itojun Exp $
|
|
#
|
|
|
|
DISTNAME= chicken-0.1072
|
|
CATEGORIES= lang
|
|
MASTER_SITES= http://www.call-with-current-continuation.org/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.call-with-current-continuation.org//
|
|
COMMENT= scheme to C compiler, handling R5RS
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LIBTOOL= yes
|
|
USE_GMAKE= yes
|
|
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|