1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-30 21:49:25 +00:00
freebsd-ports/java/jikes/Makefile
2000-06-29 07:03:02 +00:00

36 lines
821 B
Makefile

# New ports collection makefile for: jikes
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
# $FreeBSD$
#
PORTNAME= jikes
PORTVERSION= 1.11
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= archie
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>