blob: bc69078e8a0bcc1946dcea5f51757fc80bc7e8f4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# $NetBSD: Makefile,v 1.5 2001/02/17 09:07:14 agc Exp $
#
DISTNAME= japhar-0.08
CATEGORIES= lang
MASTER_SITES= ftp://ftp.japhar.org/pub/hungry/japhar/source/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.japhar.org/
COMMENT= Java Virtual Machine, currently JDK 1.1.5-level
ONLY_FOR_PLATFORM= SunOS-*-* # untested on NetBSD
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_GMAKE= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig
.include "../../mk/bsd.prefs.mk"
# The japhar tar archive uses ././@LongLink GNU tar hacks
.undef EXTRACT_USING_PAX
.include "../../mk/bsd.pkg.mk"
|