pkgsrc/lang/sablevm-classpath/Makefile.common
jmmv 6143a51a13 Initial import of sablevm-classpath, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing
the Java virtual machine specification, second edition.  Its goals are to
be reasonably small, fast and efficient, as well as providing a well
designed and robust platform for conducting research.

This package contains the class library for SableVM, based on GNU classpath.
For GUI support, install sablevm-classpath-gui too.
2004-03-28 20:38:49 +00:00

22 lines
557 B
Makefile

# $NetBSD: Makefile.common,v 1.1.1.1 2004/03/28 20:38:49 jmmv Exp $
#
DISTNAME= sablevm-classpath-1.1.1
CATEGORIES= lang
MASTER_SITES= http://devel.sablevm.org/download/1.1.1/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.sablevm.org/
COMMENT= Class libraries for the SableVM Java virtual machine
DEPENDS+= jikes>=1.18:../../lang/jikes
DISTINFO_FILE= ${.CURDIR}/../../lang/sablevm-classpath/distinfo
GNU_CONFIGURE= yes
USE_BUILDLINK3= yes
USE_GNU_TOOLS+= make
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --without-zip
CONFIGURE_ARGS+= --with-jikes