openbsd-ports/lang/jikes/Makefile
2002-09-18 15:39:57 +00:00

25 lines
778 B
Makefile

# $OpenBSD: Makefile,v 1.6 2002/09/18 15:39:57 ian Exp $
COMMENT="compile Java source into .class files (quickly!)"
# 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.
DISTNAME= jikes-1.15
CATEGORIES= lang
NEED_VERSION= 1.414
HOMEPAGE= http://oss.software.ibm.com/developerworks/opensource/jikes/
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/
MAINTAINER= Ian Darwin <ian@openbsd.org>
# IBM Public License
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
SEPARATE_BUILD= simple
CONFIGURE_STYLE= gnu
.include <bsd.port.mk>