freebsd-ports/java/jikes/Makefile
Archie Cobbs 0f3db5cd3d Update to version 1.11.
PR:		ports/16259
Submitted by:	des
2000-01-24 02:53:14 +00:00

35 lines
828 B
Makefile

# New ports collection makefile for: jikes
# Version required: 0.41
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
# $FreeBSD$
#
DISTNAME= jikes-1.11
CATEGORIES= java
MASTER_SITES= ftp://ftp.whistle.com/pub/archie/misc/
MAINTAINER= archie@whistle.com
WRKSRC= ${WRKDIR}/jikes/src
MAN1= jikes.1
MAKE_ENV= WRKDIR=${WRKDIR}
PATCH_STRIP= -p2
# (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>