openbsd-ports/lang/jikes/Makefile

32 lines
816 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.14 2006/10/05 00:43:45 ian Exp $
2001-04-16 08:02:19 -04:00
COMMENT="compile Java source into .class files (quickly!)"
# Jikes, a fast Java compiler.
DISTNAME= jikes-1.22
PKGNAME= ${DISTNAME}p2
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
2005-02-24 08:20:41 -05:00
WANTLIB= c m stdc++
MODULES= converters/libiconv
SEPARATE_BUILD= concurrent
CONFIGURE_STYLE=gnu
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
.include <bsd.port.mk>