summaryrefslogtreecommitdiff
path: root/lang/jikes/Makefile
blob: 603939248c883dd515fdea2127b1a84163609b39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# $NetBSD: Makefile,v 1.36 2007/02/22 19:26:38 wiz Exp $
#

DISTNAME=	jikes-1.22
PKGREVISION=	3
CATEGORIES=	lang java
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE:=jikes/}
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	pkgsrc-users@NetBSD.org
HOMEPAGE=	http://jikes.sourceforge.net/
COMMENT=	Java source to byte-code compiler

GNU_CONFIGURE=		yes
USE_LANGUAGES=		c c++
UNLIMIT_RESOURCES=	datasize

# enable "-source 1.5" -- not complete, but does not break normal compiles
CONFIGURE_ARGS+=	--enable-source15

USE_TOOLS+=	gmake	# uses multi-line comments with \ (naughty hack!)

.include "../../mk/bsd.pkg.mk"