2338cbae27
which can take multiple values -- "pax" or "gtar". The default value of EXTRACT_USING is "pax", which more closely matches reality since before, we were using bootstrap "tar" for ${GTAR} and it was actually pax-as-tar. Also, stop pretending pax-as-tar from the bootstrap kit or on NetBSD is GNU tar. Lastly, in bsd.pkg.extract.mk, note whether we need "pax" or "gtar" depending on what we need to extract the distfiles.
28 lines
685 B
Makefile
28 lines
685 B
Makefile
# $NetBSD: Makefile,v 1.15 2005/05/16 03:04:45 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= japhar-0.08
|
|
PKGREVISION= 1
|
|
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_GNU_TOOLS+= make
|
|
USE_LANGUAGES= c c++
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig
|
|
|
|
INFO_FILES= japhar.info
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
# The japhar tar archive uses ././@LongLink GNU tar hacks
|
|
EXTRACT_USING= gtar
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|