2006-05-16 15:27:33 +02:00
|
|
|
# $NetBSD: Makefile,v 1.11 2006/05/16 13:27:33 tonio Exp $
|
2004-03-28 22:34:53 +02:00
|
|
|
|
|
|
|
.include "../../lang/classpath/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/classpath/classpath-gui/}
|
|
|
|
COMMENT+= (GUI libraries)
|
|
|
|
|
2006-05-16 15:27:33 +02:00
|
|
|
DEPENDS+= classpath>=0.91:../../lang/classpath
|
2004-03-28 22:34:53 +02:00
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2006-04-15 21:53:07 +02:00
|
|
|
BUILD_DIRS= native/jni/classpath
|
|
|
|
BUILD_DIRS+= native/jni/gtk-peer
|
|
|
|
INSTALL_DIRS= native/jni/gtk-peer
|
2004-03-28 22:34:53 +02:00
|
|
|
|
|
|
|
BUILDLINK_FILES.libart2+= bin/libart2-config
|
|
|
|
BUILDLINK_TRANSFORM.libart2+= -e 's|/libart2-config|/libart-config|g'
|
|
|
|
|
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|