pkgsrc/lang/classpath/Makefile.common
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

19 lines
467 B
Text

# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:09 jlam Exp $
DISTNAME= classpath-0.12
CATEGORIES= devel
MASTER_SITES= ftp://ftp.gnu.org/gnu/classpath/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.gnu.org/software/classpath
COMMENT= Class libraries for Java VM
DEPENDS+= jikes>=1.18:../../lang/jikes
DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo
GNU_CONFIGURE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --with-jikes