summaryrefslogtreecommitdiff
path: root/lang/sablevm-classpath/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-28 20:38:49 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-28 20:38:49 +0000
commit6143a51a1311e2ce98a3ee691b115c86e3e29bfb (patch)
treeb90f6dca7328888165a65cd7027dfb90090a4be7 /lang/sablevm-classpath/Makefile
parent312dd0cfc970104c4662c03057e6b1b301723004 (diff)
downloadpkgsrc-6143a51a1311e2ce98a3ee691b115c86e3e29bfb.tar.gz
Initial import of sablevm-classpath, version 1.1.1:
SableVM is a portable bytecode interpreter written in C, and implementing the Java virtual machine specification, second edition. Its goals are to be reasonably small, fast and efficient, as well as providing a well designed and robust platform for conducting research. This package contains the class library for SableVM, based on GNU classpath. For GUI support, install sablevm-classpath-gui too.
Diffstat (limited to 'lang/sablevm-classpath/Makefile')
-rw-r--r--lang/sablevm-classpath/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/sablevm-classpath/Makefile b/lang/sablevm-classpath/Makefile
new file mode 100644
index 00000000000..856cb53bbe9
--- /dev/null
+++ b/lang/sablevm-classpath/Makefile
@@ -0,0 +1,12 @@
+# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 20:38:49 jmmv Exp $
+#
+
+.include "Makefile.common"
+
+CONFLICTS+= classpath-[0-9]*
+
+INFO_FILES= hacking.info vmintegration.info
+
+CONFIGURE_ARGS+= --disable-gtk-peer
+
+.include "../../mk/bsd.pkg.mk"