pkgsrc/lang/sablevm-classpath-gui/Makefile
jmmv 82f02da866 Initial import of sablevm-classpath-gui, 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 GTK binding required to run AWT and Swing
applications with sablevm-classpath and sablevm.
2004-03-28 20:40:15 +00:00

19 lines
601 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 20:40:15 jmmv Exp $
#
.include "../../lang/sablevm-classpath/Makefile.common"
PKGNAME= ${DISTNAME:S/classpath/classpath-gui/}
COMMENT+= (GUI libraries)
DEPENDS+= sablevm-classpath>=1.1.1:../../lang/sablevm-classpath
BUILD_DIRS= ${WRKSRC}/native/jni/classpath
BUILD_DIRS+= ${WRKSRC}/native/jni/gtk-peer
INSTALL_DIRS= ${WRKSRC}/native/jni/gtk-peer
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/pkgconfig/buildlink3.mk"
.include "../../graphics/libart2/buildlink3.mk"
.include "../../x11/gtk2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"