summaryrefslogtreecommitdiff
path: root/java/jikes/Makefile
blob: 770abb8c58beccb227f3e127156cb9065a5a4099 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# New ports collection makefile for:    jikes
# Date created:         09 December 1998
# Whom:                 Matthew Dillon <dillon@backplane.com>
#
# $FreeBSD$
#

PORTNAME=	jikes
PORTVERSION=	1.18
CATEGORIES=	java
MASTER_SITES=	http://oss.software.ibm.com/pub/jikes/${PORTVERSION}/

MAINTAINER=	archie@freebsd.org
COMMENT=	A very fast Java source to byte-code compiler made available by IBM

MAN1=		jikes.1

PLIST_SUB=	PORTVERSION=${PORTVERSION}
GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_BZIP2=	yes

.include <bsd.port.mk>