d4f4424769
naddy and kevlo. New HOMEPAGE and MASTER_SITES, fix tabs in Makefile, depend on converters/libiconv. Update path to license in MESSAGE. Now includes a compiler API hence one .h file.
31 lines
926 B
Makefile
31 lines
926 B
Makefile
# $OpenBSD: Makefile,v 1.8 2003/04/07 17:20:49 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.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
|
|
|
|
LIB_DEPENDS= iconv::converters/libiconv
|
|
|
|
VMEM_WARNING= Yes
|
|
|
|
SEPARATE_BUILD= simple
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS+= --includedir=${LOCALBASE}/include
|
|
CONFIGURE_ARGS+= --libdir=${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|