c7d2b42fcf
Submitted by: Nick Johnson <freebsd@spatula.net>
21 lines
377 B
Makefile
21 lines
377 B
Makefile
# New ports collection makefile for: jikes
|
|
# Date created: 09 December 1998
|
|
# Whom: Matthew Dillon <dillon@backplane.com>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jikes
|
|
PORTVERSION= 1.15
|
|
CATEGORIES= java
|
|
MASTER_SITES= http://oss.software.ibm.com/pub/jikes/
|
|
|
|
MAINTAINER= archie@freebsd.org
|
|
|
|
MAN1= jikes.1
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|