299941d693
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.
21 lines
693 B
Makefile
21 lines
693 B
Makefile
# $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"
|