20 lines
601 B
Makefile
20 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"
|