384c42dac4
can easily coexist with other Java implementations. This basically means that they are now installed under ${PREFIX}/java/sablevm and that a wrapper is created under ${PREFIX}/bin (sablevm-java) to exec this VM.
13 lines
251 B
Makefile
13 lines
251 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/05/23 10:25:30 jmmv Exp $
|
|
#
|
|
|
|
.include "Makefile.common"
|
|
|
|
PKGREVISION= 1
|
|
|
|
INFO_FILES= hacking.info vmintegration.info
|
|
|
|
CONFIGURE_ARGS+= --disable-gtk-peer
|
|
|
|
.include "../../mk/java-env.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|