1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/java/jikes/Makefile
1998-12-16 00:12:24 +00:00

33 lines
824 B
Makefile

# New ports collection makefile for: jikes
# Version required: 0.41
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
# $Id: Makefile,v 1.2 1998/12/10 20:29:37 dillon Exp $
#
DISTNAME= jikes-0.41
CATEGORIES= lang
MASTER_SITES= http://www.backplane.com/FreeBSDPorts/
MAINTAINER= dillon@backplane.com
WRKSRC= ${WRKDIR}/jikesos
MAN1= jikes.1
# (sufficiently handled by pkg/MESSAGE, but if IBM has an issue then
# uncomment this section)
#
#fetch-depends:
#
#.if !defined(READ_IBM_LICENSE)
# @echo ""
# @echo "You must read the IBM license prior to using this software,"
# @echo "then set READ_IBM_LICENSE=YES in /etc/make.conf.local"
# @echo ""
# @echo "The license is available at http://www.ibm.com/research/jikes"
# @false
#.endif
.include <bsd.port.mk>