summaryrefslogtreecommitdiff
path: root/lang/classpath-gui/Makefile
diff options
context:
space:
mode:
authorjmmv <jmmv@pkgsrc.org>2004-03-28 20:34:53 +0000
committerjmmv <jmmv@pkgsrc.org>2004-03-28 20:34:53 +0000
commit299941d69326c5460356638d7f1b871a36d841ad (patch)
tree081789a12b0f14fd15528577fe99b3c47a36ad27 /lang/classpath-gui/Makefile
parenta06fda69f9dbc3ce5ea0fced8cd6d7405874aaa6 (diff)
downloadpkgsrc-299941d69326c5460356638d7f1b871a36d841ad.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/classpath-gui/Makefile')
-rw-r--r--lang/classpath-gui/Makefile21
1 files changed, 21 insertions, 0 deletions
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"