2002-12-29 20:41:07 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.7 2002/12/29 20:41:07 fgsch Exp $
|
2001-04-16 12:02:19 +00:00
|
|
|
COMMENT="compile Java source into .class files (quickly!)"
|
2001-03-26 16:48:21 +00: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.
|
|
|
|
|
2001-11-02 07:51:58 +00:00
|
|
|
DISTNAME= jikes-1.15
|
2001-03-26 16:48:21 +00:00
|
|
|
CATEGORIES= lang
|
2001-06-18 04:08:17 +00:00
|
|
|
HOMEPAGE= http://oss.software.ibm.com/developerworks/opensource/jikes/
|
2001-03-26 16:48:21 +00:00
|
|
|
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/
|
|
|
|
|
2001-04-16 12:02:19 +00:00
|
|
|
MAINTAINER= Ian Darwin <ian@openbsd.org>
|
2001-03-26 16:48:21 +00:00
|
|
|
|
|
|
|
# IBM Public License
|
2002-09-18 15:39:57 +00: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
|
2001-03-26 16:48:21 +00:00
|
|
|
|
|
|
|
SEPARATE_BUILD= simple
|
2001-06-18 04:08:17 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-03-26 16:48:21 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|