summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/kaffe-nox11/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/lang/kaffe-nox11/Makefile b/lang/kaffe-nox11/Makefile
new file mode 100644
index 00000000000..327f4c61dbc
--- /dev/null
+++ b/lang/kaffe-nox11/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/04/06 17:02:04 xtraeme Exp $
+#
+
+PKGNAME= kaffe-nox11-1.1.4
+COMMENT= Virtual machine capable of running Java(tm) code (without X)
+
+CONFIGURE_ARGS+= --without-x
+
+CONFLICTS= kaffe-[0-9]*
+PLIST_SUBST+= WITH_X11='@comment '
+
+.include "../kaffe/Makefile.common"
+.include "../../mk/bsd.pkg.mk"
+
+PREFIX= ${JVM_HOME}