Fixup fromcvs/togit conversion
[minix-pkgsrc.git] / lang / classpath / Makefile.common
blob764921e02ddd71e05f8015006439e9f8acfc0f61
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
7 CATEGORIES=             devel
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
18 GNU_CONFIGURE=          yes
19 USE_TOOLS+=             gmake
20 USE_LIBTOOL=            yes
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"