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

PORTNAME=	jikes
PORTVERSION=	1.12
CATEGORIES=	java
MASTER_SITES=	http://oss.software.ibm.com/developerworks/opensource/jikes/project/download/v112/

MAINTAINER=	archie@freebsd.org

MAN1=		jikes.1

HAS_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.mk>