summaryrefslogtreecommitdiff
path: root/java/jikes/Makefile
blob: a452912643cd6c45156f5b80acd53fecb1a2af5f (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/pub/

MAINTAINER=	archie@freebsd.org

MAN1=		jikes.1

HAS_CONFIGURE=	yes
USE_GMAKE=	yes

.include <bsd.port.mk>