3cb4a0a786
remove the dependency.
27 lines
792 B
Makefile
27 lines
792 B
Makefile
# $OpenBSD: Makefile,v 1.9 2004/06/22 00:18:07 naddy 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.18
|
|
CATEGORIES= lang
|
|
HOMEPAGE= http://oss.software.ibm.com/developerworks/opensource/jikes/
|
|
MASTER_SITES= ftp://www-126.ibm.com/pub/jikes/1.18/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
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
|
|
|
|
VMEM_WARNING= Yes
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|