pkgsrc/lang/sablevm-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

24 lines
636 B
Makefile

# $NetBSD: Makefile.common,v 1.5 2005/05/22 20:08:11 jlam Exp $
#
DISTNAME= sablevm-classpath-1.1.3
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=sablevm/} \
http://devel.sablevm.org/download/1.1.3/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://www.sablevm.org/
COMMENT= Class libraries for the SableVM Java virtual machine
BUILD_DEPENDS+= jikes>=1.18:../../lang/jikes
DISTINFO_FILE= ${.CURDIR}/../../lang/sablevm-classpath/distinfo
GNU_CONFIGURE= yes
GNU_CONFIGURE_PREFIX= ${PREFIX}/java/sablevm
NO_MTREE= yes
USE_TOOLS+= gmake
USE_LIBTOOL= yes
CONFIGURE_ARGS+= --without-zip
CONFIGURE_ARGS+= --with-jikes