pkgsrc/lang/jdk-openjit/Makefile.common

28 lines
709 B
Makefile

# $NetBSD: Makefile.common,v 1.4 2004/01/24 13:51:14 grant Exp $
OPENJIT_VERSION=1.1.16
DISTNAME= OpenJIT-${OPENJIT_VERSION}
CATEGORIES= lang java
MASTER_SITES= http://www.openjit.org/dist/
MAINTAINER= tv@pobox.com
HOMEPAGE= http://www.openjit.org/
COMMENT= Reflective JIT compiler for Java
GNU_CONFIGURE= # defined
USE_BUILDLINK2= # defined
USE_GNU_TOOLS+= make
.include "../../mk/bsd.prefs.mk"
.include "../../mk/java-vm.mk"
CONFIGURE_ARGS+=--with-jdk=${PKG_JAVA_HOME}
PLIST_SUBST+= CLASSDIR=${CLASSDIR} JRELIB=${JRELIB} JAVADIR=${PKG_JAVA_HOME:C|^${PREFIX}/||}
PKGDIR= ${.CURDIR}/../../lang/jdk-openjit
DISTINFO_FILE= ${PKGDIR}/distinfo
PATCHDIR= ${PKGDIR}/patches
.include "../../mk/bsd.pkg.mk"