ports/java/sablevm/Makefile
Archie Cobbs f685b62b06 SableVM implements the Java virtual machine specification, second edition.
SableVM is a bytecode interpreter. It's goals are to be reasonably small,
efficient, and fast, as well as providing a well-designed platform for
doing research into different algorithms for bytecode interpretation,
garbage collection, memory management, etc.

SableVM uses a modified version of the GNU Classpath Java classes;
these classes are installed by the "sablepath" port.

WWW: http://www.sablevm.org/
2002-07-09 22:08:30 +00:00

25 lines
558 B
Makefile

# New ports collection makefile for: sablevm
# Date created: 9 July 2002
# Whom: Archie Cobbs <archie@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= sablevm
PORTVERSION= 0.1.6
CATEGORIES= java
MASTER_SITES= http://unc.dl.sourceforge.net/sablevm/
MAINTAINER= archie@freebsd.org
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
ffi.2:${PORTSDIR}/devel/libffi
RUN_DEPENDS= ${LOCALBASE}/lib/sablepath/libjavalang.a:${PORTSDIR}/java/sablepath
PATCH_STRIP= -p1
GNU_CONFIGURE= yes
USE_GMAKE= yes
INSTALLS_SHLIB= yes
.include <bsd.port.mk>