pkgsrc/lang/jikes/Makefile
xtraeme 05a22f230f bl3ify and remove ONLY_FOR_PLATFORM, because it works on *BSD, Linux and
SunOS. Dunno about IRIX, this closes PR pkg/24519.
2004-02-23 01:09:14 +00:00

21 lines
558 B
Makefile

# $NetBSD: Makefile,v 1.22 2004/02/23 01:09:14 xtraeme Exp $
#
DISTNAME= jikes-1.18
CATEGORIES= lang java
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/1.18/
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++
USE_GCC_SHLIB= yes
UNLIMIT_RESOURCES= datasize
USE_GNU_TOOLS+= make # uses multi-line comments with \ (naughty hack!)
.include "../../mk/bsd.pkg.mk"