blob: 7cb73bb2c9e06737487e9a74c8bd25eb68c469f3 (
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
25
|
# $NetBSD: Makefile,v 1.7 2003/06/02 01:19:01 jschauma Exp $
#
DISTNAME= japhar-0.08
CATEGORIES= lang
MASTER_SITES= ftp://ftp.japhar.org/pub/hungry/japhar/source/
MAINTAINER= tech-pkg@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/texinfo.mk"
.include "../../mk/bsd.pkg.mk"
|