pkgsrc-wip/kawa/Makefile
Blue Rats c222660538 Maintainer stated that no time is available to work on pkgsrc anymore, but
wouldn't mind seeing other people continue to maintain these packages.
Resetting to pkgsrc-users@NetBSD.org
2012-11-25 23:32:07 +00:00

19 lines
420 B
Makefile

# $NetBSD: Makefile,v 1.6 2012/11/25 23:32:24 othyro Exp $
#
DISTNAME= kawa-1.8
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU:=kawa/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/kawa/
COMMENT= Scheme interpreter written in Java
PKG_DESTDIR_SUPPORT= none
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
.include "../../mk/java-vm.mk"
.include "../../mk/bsd.pkg.mk"