mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
77f32e460e
PR: 20487 Submitted by: rwatson
21 lines
411 B
Makefile
21 lines
411 B
Makefile
# 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>
|