5726224ff5
OK 'I had that in once, dammit!' ian@
28 lines
674 B
Makefile
28 lines
674 B
Makefile
# $OpenBSD: Makefile,v 1.12 2005/03/31 22:39:45 sturm Exp $
|
|
|
|
COMMENT="compile Java source into .class files (quickly!)"
|
|
|
|
# Jikes, a fast Java compiler.
|
|
|
|
DISTNAME= jikes-1.22
|
|
CATEGORIES= lang
|
|
HOMEPAGE= http://jikes.sourceforge.net/
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
|
|
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
|
|
WANTLIB= c m stdc++
|
|
|
|
VMEM_WARNING= Yes
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE=gnu
|
|
|
|
.include <bsd.port.mk>
|