2006-04-17 15:45:57 +02:00
|
|
|
# $NetBSD: Makefile,v 1.12 2006/04/17 13:46:38 wiz Exp $
|
2004-03-28 22:40:15 +02:00
|
|
|
#
|
|
|
|
|
|
|
|
.include "../../lang/sablevm-classpath/Makefile.common"
|
|
|
|
|
|
|
|
PKGNAME= ${DISTNAME:S/classpath/classpath-gui/}
|
2006-04-17 15:45:57 +02:00
|
|
|
PKGREVISION= 1
|
2004-03-28 22:40:15 +02:00
|
|
|
COMMENT+= (GUI libraries)
|
|
|
|
|
2006-04-17 14:21:13 +02:00
|
|
|
DEPENDS+= sablevm-classpath>=1.13nb1:../../lang/sablevm-classpath
|
2004-03-28 22:40:15 +02:00
|
|
|
|
2005-08-10 22:56:10 +02:00
|
|
|
USE_TOOLS+= pkg-config
|
|
|
|
|
2006-04-16 00:11:43 +02:00
|
|
|
BUILD_DIRS= native/jni/classpath
|
|
|
|
BUILD_DIRS+= native/jni/gtk-peer
|
|
|
|
INSTALL_DIRS= native/jni/gtk-peer
|
2004-03-28 22:40:15 +02:00
|
|
|
|
2004-05-23 12:25:30 +02:00
|
|
|
PRINT_PLIST_AWK+= \
|
2006-04-17 14:21:13 +02:00
|
|
|
/^@dirrm java\/sablevm\/lib\/sablevm-classpath$$/ \
|
2004-05-23 12:25:30 +02:00
|
|
|
{ print "@comment in sablevm-classpath: "$$0; next; }
|
2004-04-30 23:12:55 +02:00
|
|
|
|
2004-03-28 22:40:15 +02:00
|
|
|
.include "../../devel/glib2/buildlink3.mk"
|
|
|
|
.include "../../graphics/libart2/buildlink3.mk"
|
|
|
|
.include "../../x11/gtk2/buildlink3.mk"
|
2004-05-23 12:25:30 +02:00
|
|
|
.include "../../mk/java-env.mk"
|
2004-03-28 22:40:15 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|