pkgsrc/lang/sablevm-classpath/Makefile
jmmv 384c42dac4 Convert sablevm{,-classpath,-classpath-gui} to java-env.mk, so that they
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.
2004-05-23 10:25:30 +00:00

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"