2004-06-21 20:18:07 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2004/06/22 00:18:07 naddy Exp $
|
2001-04-16 08:02:19 -04:00
|
|
|
COMMENT="compile Java source into .class files (quickly!)"
|
2001-03-26 11:48:21 -05:00
|
|
|
|
|
|
|
# Jikes, a fast Java compiler. As of OpenBSD 2.8, compilation needs
|
|
|
|
# lots of space - up your limits and/or add swap space as appropriate.
|
|
|
|
|
2003-04-07 13:20:49 -04:00
|
|
|
DISTNAME= jikes-1.18
|
2001-03-26 11:48:21 -05:00
|
|
|
CATEGORIES= lang
|
2001-06-18 00:08:17 -04:00
|
|
|
HOMEPAGE= http://oss.software.ibm.com/developerworks/opensource/jikes/
|
2003-04-07 13:20:49 -04:00
|
|
|
MASTER_SITES= ftp://www-126.ibm.com/pub/jikes/1.18/
|
|
|
|
EXTRACT_SUFX= .tar.bz2
|
2001-03-26 11:48:21 -05:00
|
|
|
|
2001-04-16 08:02:19 -04:00
|
|
|
MAINTAINER= Ian Darwin <ian@openbsd.org>
|
2001-03-26 11:48:21 -05:00
|
|
|
|
|
|
|
# IBM Public License
|
2003-04-07 13:20:49 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= "commercial contributor must indemnify all others"
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= "commercial contributor must indemnify all others"
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
|
|
|
VMEM_WARNING= Yes
|
2001-03-26 11:48:21 -05:00
|
|
|
|
|
|
|
SEPARATE_BUILD= simple
|
2004-06-21 20:18:07 -04:00
|
|
|
CONFIGURE_STYLE=gnu
|
2001-03-26 11:48:21 -05:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|