summaryrefslogtreecommitdiff
path: root/lang/jikes/Makefile
blob: c4878491dd93d1c4fc3005681a3093601bfaac85 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# $NetBSD: Makefile,v 1.30 2005/01/30 23:18:38 jmmv Exp $
#

DISTNAME=	jikes-1.22
PKGREVISION=	2
CATEGORIES=	lang java
MASTER_SITES=	http://oss.software.ibm.com/pub/${DISTNAME:S,-,/,}/
EXTRACT_SUFX=	.tar.bz2

MAINTAINER=	tech-pkg@NetBSD.org
HOMEPAGE=	http://www10.software.ibm.com/developerworks/opensource/jikes/
COMMENT=	Java source to byte-code compiler

USE_BUILDLINK3=		yes
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_GNU_TOOLS+=	make	# uses multi-line comments with \ (naughty hack!)

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