2005-03-31 17:39:45 -05:00
|
|
|
# $OpenBSD: Makefile,v 1.12 2005/03/31 22:39:45 sturm Exp $
|
2005-03-26 20:04:46 -05:00
|
|
|
|
2001-04-16 08:02:19 -04:00
|
|
|
COMMENT="compile Java source into .class files (quickly!)"
|
2001-03-26 11:48:21 -05:00
|
|
|
|
2005-03-26 20:04:46 -05:00
|
|
|
# Jikes, a fast Java compiler.
|
2001-03-26 11:48:21 -05:00
|
|
|
|
2005-03-26 20:04:46 -05:00
|
|
|
DISTNAME= jikes-1.22
|
2001-03-26 11:48:21 -05:00
|
|
|
CATEGORIES= lang
|
2005-03-31 17:39:45 -05:00
|
|
|
HOMEPAGE= http://jikes.sourceforge.net/
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
|
2003-04-07 13:20:49 -04:00
|
|
|
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
|
2005-02-24 08:20:41 -05:00
|
|
|
WANTLIB= c m stdc++
|
2003-04-07 13:20:49 -04:00
|
|
|
|
|
|
|
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>
|