1998-12-10 19:02:53 +01:00
|
|
|
# New ports collection makefile for: jikes
|
|
|
|
# Date created: 09 December 1998
|
|
|
|
# Whom: Matthew Dillon <dillon@backplane.com>
|
|
|
|
#
|
1999-08-25 08:16:32 +02:00
|
|
|
# $FreeBSD$
|
1998-12-10 19:02:53 +01:00
|
|
|
#
|
|
|
|
|
2000-04-12 08:21:15 +02:00
|
|
|
PORTNAME= jikes
|
2004-11-02 02:12:38 +01:00
|
|
|
PORTVERSION= 1.22
|
2005-11-27 17:54:40 +01:00
|
|
|
PORTREVISION= 1
|
1999-06-28 04:24:57 +02:00
|
|
|
CATEGORIES= java
|
2009-08-22 02:24:37 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/Jikes/${PORTVERSION}
|
1998-12-10 19:02:53 +01:00
|
|
|
|
2006-11-25 17:46:44 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 07:14:21 +01:00
|
|
|
COMMENT= A very fast Java source to byte-code compiler made available by IBM
|
1998-12-10 19:02:53 +01:00
|
|
|
|
1998-12-10 21:29:38 +01:00
|
|
|
MAN1= jikes.1
|
|
|
|
|
2002-08-27 22:32:03 +02:00
|
|
|
PLIST_SUB= PORTVERSION=${PORTVERSION}
|
2002-04-24 01:25:54 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2000-08-01 01:55:10 +02:00
|
|
|
USE_GMAKE= yes
|
2004-03-30 21:20:22 +02:00
|
|
|
USE_ICONV= yes
|
2003-02-24 21:31:37 +01:00
|
|
|
USE_BZIP2= yes
|
1998-12-10 19:02:53 +01:00
|
|
|
|
2003-11-11 00:07:07 +01:00
|
|
|
CONFIGURE_ARGS= CPPFLAGS="-I${LOCALBASE}/include" LIBS="-L${LOCALBASE}/lib"
|
|
|
|
|
2007-04-18 13:46:10 +02:00
|
|
|
.include <bsd.port.mk>
|