From 299941d69326c5460356638d7f1b871a36d841ad Mon Sep 17 00:00:00 2001 From: jmmv Date: Sun, 28 Mar 2004 20:34:53 +0000 Subject: Initial import of classpath-gui, version 0.07: Classpath is a free (open source) implementation of the Java runtime libraries. This package provides the GTK+ peer required to use the AWT and Swing libraries that come with classpath. --- lang/classpath-gui/DESCR | 3 +++ lang/classpath-gui/Makefile | 21 +++++++++++++++++++++ lang/classpath-gui/PLIST | 7 +++++++ 3 files changed, 31 insertions(+) create mode 100644 lang/classpath-gui/DESCR create mode 100644 lang/classpath-gui/Makefile create mode 100644 lang/classpath-gui/PLIST (limited to 'lang/classpath-gui') diff --git a/lang/classpath-gui/DESCR b/lang/classpath-gui/DESCR new file mode 100644 index 00000000000..65781193a36 --- /dev/null +++ b/lang/classpath-gui/DESCR @@ -0,0 +1,3 @@ +Classpath is a free (open source) implementation of the Java runtime +libraries. This package provides the GTK+ peer required to use the +AWT and Swing libraries that come with classpath. diff --git a/lang/classpath-gui/Makefile b/lang/classpath-gui/Makefile new file mode 100644 index 00000000000..e12eaa2e94e --- /dev/null +++ b/lang/classpath-gui/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 2004/03/28 20:34:53 jmmv Exp $ + +.include "../../lang/classpath/Makefile.common" + +PKGNAME= ${DISTNAME:S/classpath/classpath-gui/} +COMMENT+= (GUI libraries) + +DEPENDS+= classpath>=0.07nb1:../../lang/classpath + +BUILD_DIRS= ${WRKSRC}/native/jni/classpath +BUILD_DIRS+= ${WRKSRC}/native/jni/gtk-peer +INSTALL_DIRS= ${WRKSRC}/native/jni/gtk-peer + +BUILDLINK_FILES.libart2+= bin/libart2-config +BUILDLINK_TRANSFORM.libart2+= -e 's|/libart2-config|/libart-config|g' + +.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" diff --git a/lang/classpath-gui/PLIST b/lang/classpath-gui/PLIST new file mode 100644 index 00000000000..9b2525a863b --- /dev/null +++ b/lang/classpath-gui/PLIST @@ -0,0 +1,7 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2004/03/28 20:34:53 jmmv Exp $ +lib/classpath/libgtkpeer.a +lib/classpath/libgtkpeer.la +lib/classpath/libgtkpeer.so +lib/classpath/libgtkpeer.so.0 +lib/classpath/libgtkpeer.so.0.0 +@comment in classpath: @dirrm lib/classpath -- cgit v1.2.3