openbsd-ports/lang/jikes/Makefile

36 lines
866 B
Makefile
Raw Normal View History

2011-05-02 15:02:40 -04:00
# $OpenBSD: Makefile,v 1.20 2011/05/02 19:02:40 jasper Exp $
COMMENT=compile Java source into .class files (quickly!)
# Jikes, a fast Java compiler.
DISTNAME= jikes-1.22
2010-10-24 17:06:28 -04:00
REVISION= 4
CATEGORIES= lang
HOMEPAGE= http://jikes.sourceforge.net/
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=jikes/}
EXTRACT_SUFX= .tar.bz2
2001-04-16 08:02:19 -04:00
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
2010-10-24 17:06:28 -04:00
2005-02-24 08:20:41 -05:00
WANTLIB= c m stdc++
MODULES= converters/libiconv
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
2010-10-24 17:06:28 -04:00
USE_GROFF= Yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
2011-05-02 15:02:40 -04:00
FAKE_FLAGS+= docdir=${PREFIX}/share/doc/jikes/
.include <bsd.port.mk>