mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-30 01:15:52 +00:00
7e52725f2a
Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti.
24 lines
522 B
Makefile
24 lines
522 B
Makefile
# 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>
|