summaryrefslogtreecommitdiff
path: root/lang
diff options
context:
space:
mode:
authorxtraeme <xtraeme>2004-04-06 17:02:04 +0000
committerxtraeme <xtraeme>2004-04-06 17:02:04 +0000
commit3f526e67e03c4bb142c45693b9126fccfbe347ce (patch)
treea4fc207463b2250de330537d728b7a3868336e14 /lang
parentae7f9283cca851b1944908278d3f18398973bb4f (diff)
downloadpkgsrc-3f526e67e03c4bb142c45693b9126fccfbe347ce.tar.gz
Initial import of kaffe-nox11, version 1.1.4.
This is kaffe, but without X11 support (libawt).
Diffstat (limited to 'lang')
-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}