1998-12-10 18:02:53 +00:00
|
|
|
# New ports collection makefile for: jikes
|
|
|
|
# Version required: 0.41
|
|
|
|
# Date created: 09 December 1998
|
|
|
|
# Whom: Matthew Dillon <dillon@backplane.com>
|
|
|
|
#
|
1999-03-01 01:03:08 +00:00
|
|
|
# $Id: Makefile,v 1.7 1998/12/23 13:13:21 asami Exp $
|
1998-12-10 18:02:53 +00:00
|
|
|
#
|
|
|
|
|
1999-03-01 01:03:08 +00:00
|
|
|
DISTNAME= jikes-0.45
|
1998-12-10 18:02:53 +00:00
|
|
|
CATEGORIES= lang
|
1999-03-01 01:03:08 +00:00
|
|
|
MASTER_SITES= ftp://ftp.whistle.com/pub/archie/misc/
|
1998-12-10 18:02:53 +00:00
|
|
|
|
|
|
|
MAINTAINER= dillon@backplane.com
|
|
|
|
|
1999-03-01 01:03:08 +00:00
|
|
|
WRKSRC= ${WRKDIR}/jikes
|
1998-12-10 20:29:38 +00:00
|
|
|
MAN1= jikes.1
|
1998-12-23 13:13:21 +00:00
|
|
|
MAKE_ENV= FILESDIR=${FILESDIR}
|
1998-12-22 08:05:33 +00:00
|
|
|
SCRIPTS_ENV= FILESDIR=${FILESDIR} PKGDIR=${PKGDIR}
|
1999-03-01 01:03:08 +00:00
|
|
|
PATCH_STRIP= -p1
|
1998-12-10 20:29:38 +00:00
|
|
|
|
1998-12-10 18:02:53 +00:00
|
|
|
# (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>
|