blob: e798bc15c52dd23d8241fcc2ca6653c712fe6f1f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: jikes
# Version required: 0.41
# Date created: 09 December 1998
# Whom: Matthew Dillon <dillon@backplane.com>
#
# $Id: exp $
#
DISTNAME= jikes-0.41
CATEGORIES= lang
MASTER_SITES= http://www.backplane.com/FreeBSDPorts/
DISTFILES= ${DISTNAME}.tar.gz
WRKSRC= ${WRKDIR}/jikesos
MAN1= jikes.1
MAINTAINER= dillon@backplane.com
# (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>
|