1 # $NetBSD: Makefile.common,v 1.14 2011/04/20 12:06:02 obache Exp $
3 # used by lang/classpath/Makefile
4 # used by lang/classpath-gui/Makefile
6 DISTNAME= classpath-0.93
8 MASTER_SITES= ftp://ftp.gnu.org/gnu/classpath/
10 MAINTAINER= pkgsrc-users@NetBSD.org
11 HOMEPAGE= http://www.gnu.org/software/classpath/
12 COMMENT= Class libraries for Java VM
14 BUILD_DEPENDS+= jikes>=1.18:../../lang/jikes
16 DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo
21 UNLIMIT_RESOURCES+= datasize
23 # XXX this must be fixed as an optional build flag
24 CONFIGURE_ARGS+= --disable-gconf-peer
25 CONFIGURE_ARGS+= --disable-plugin
26 CONFIGURE_ARGS+= --with-jikes
28 .include "../../devel/glib2/buildlink3.mk"