diff options
author | jmmv <jmmv> | 2004-03-28 20:34:53 +0000 |
---|---|---|
committer | jmmv <jmmv> | 2004-03-28 20:34:53 +0000 |
commit | 25287297414ab0e2752d7a7bdac159b0e7d398d5 (patch) | |
tree | 081789a12b0f14fd15528577fe99b3c47a36ad27 /lang | |
parent | e3171a1b4c5f1f2b804cf802b59f7ae7e38a62aa (diff) | |
download | pkgsrc-25287297414ab0e2752d7a7bdac159b0e7d398d5.tar.gz |
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.
Diffstat (limited to 'lang')
-rw-r--r-- | lang/classpath-gui/DESCR | 3 | ||||
-rw-r--r-- | lang/classpath-gui/Makefile | 21 | ||||
-rw-r--r-- | lang/classpath-gui/PLIST | 7 |
3 files changed, 31 insertions, 0 deletions
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 |