pkgsrc/lang/jikes/Makefile

24 lines
595 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.33 2005/05/22 20:08:10 jlam Exp $
#
DISTNAME= jikes-1.22
PKGREVISION= 2
CATEGORIES= lang java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
EXTRACT_SUFX= .tar.bz2
2003-07-17 23:41:05 +02:00
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://jikes.sourceforge.net/
COMMENT= Java source to byte-code compiler
GNU_CONFIGURE= yes
2004-02-04 23:23:46 +01:00
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"