pkgsrc/lang/kaffe/Makefile
fredb b48eba1112 Give all packages which depend on "png" a version bump, and update
all dependencies on packages depending on "png" which contain shared
libraries, all for the (imminent) update to the "png" package.
[List courtesy of John Darrow, courtesy of "bulk-build".]
2002-03-13 17:36:35 +00:00

38 lines
1 KiB
Makefile

# $NetBSD: Makefile,v 1.37 2002/03/13 17:37:21 fredb Exp $
#
DISTNAME= kaffe-1.0.6
PKGREVISION= 1
CATEGORIES= lang
MASTER_SITES= ftp://ftp.kaffe.org/pub/kaffe/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.kaffe.org/
COMMENT= Virtual machine capable of running Java(tm) code
USE_BUILDLINK_ONLY= YES
USE_X11= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
ONLY_FOR_PLATFORM= *-*-arm32 *-*-i386 *-*-m68k *-*-mips* *-*-sparc
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}/kaffe
CONFIGURE_ARGS+= --with-rtlibraries="${LOCALBASE}/lib ${X11BASE}/lib"
CPPFLAGS+= -Dunix -I${LOCALBASE}/include -I${X11BASE}/include
post-install:
${INSTALL_DATA} ${WRKSRC}/license.terms \
${PREFIX}/kaffe/share
test:
@cd ${WRKSRC}/test && ${MAKE} check
.include "../../devel/gmp/buildlink.mk"
.include "../../devel/zlib/buildlink.mk"
.include "../../graphics/jpeg/buildlink.mk"
.include "../../graphics/libungif/buildlink.mk"
.include "../../graphics/png/buildlink.mk"
.include "../../mk/bsd.pkg.mk"