pkgsrc/lang/chicken/Makefile
jschauma e366d0c694 Use tech-pkg@ in favor of packages@ as MAINTAINER for orphaned packages.
Should anybody feel like they could be the maintainer for any of thewe packages,
please adjust.
2003-06-02 01:15:31 +00:00

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"