pkgsrc/lang/japhar/Makefile
jlam 585534220c Remove USE_GNU_TOOLS and replace with the correct USE_TOOLS definitions:
USE_GNU_TOOLS	-> USE_TOOLS
	awk		-> gawk
	m4		-> gm4
	make		-> gmake
	sed		-> gsed
	yacc		-> bison
2005-05-22 20:07:36 +00:00

26 lines
649 B
Makefile

# $NetBSD: Makefile,v 1.17 2005/05/22 20:08:10 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_TOOLS+= gmake
USE_LANGUAGES= c c++
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig ${WRKSRC}/lib/libffi/ltconfig
INFO_FILES= japhar.info
# The japhar tar archive uses ././@LongLink GNU tar hacks
EXTRACT_USING= nbtar
.include "../../mk/bsd.pkg.mk"