aboutsummaryrefslogtreecommitdiffstats
path: root/java/jikes/Makefile
blob: 63a2f1c2025498394db39bc995cb12a6fe2e963b (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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# New ports collection makefile for:    jikes
# Version required:     0.41
# Date created:         09 December 1998
# Whom:                 Matthew Dillon <dillon@backplane.com>
#
# UNOFFICIAL PATCH SOURCES:
#   ftp://ftp.crocodile.org/pub/jikes/
#       maintained by Vadim Zaliva
#
# PATCH INFO:   (note: patches had to be regenerated, the patch files in
#       patches/ are not exactly the same as the ftp source)
#
#   patches/patch-aa
#       patch to compile under FreeBSD (local)
#
#   patches/patch-ab
#       ftp://ftp.crocodile.org/pub/jikes/divide0.patch
#
#   patches/patch-ac
#       ftp://ftp.crocodile.org/pub/jikes/jikes-0.41-warnings1.patch
#
#   patches/patch-ad
#       ftp://ftp.crocodile.org/pub/jikes/jikes-array-clone.patch
#
#   (solaris compiler patch not required)
#       ftp://ftp.crocodile.org/pub/jikes/jikes-solaris2.6-gcc2.8.1.patch
#
#   patches/patch-ae
#       ftp://ftp.crocodile.org/pub/jikes/jikes.makedepend.patch
#
# $Id: Makefile,v 1.4 1998/12/16 06:03: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>