2001-06-18 21:03:57 +00:00
|
|
|
# ex:ts=8
|
|
|
|
# New ports collection makefile for: janosvm
|
|
|
|
# Date created: Jun 19, 2001
|
|
|
|
# Whom: ijliao
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= janosvm
|
2002-03-19 18:58:22 +00:00
|
|
|
PORTVERSION= 0.6.0
|
2004-02-04 05:21:48 +00:00
|
|
|
PORTREVISION= 2
|
2001-06-18 21:03:57 +00:00
|
|
|
CATEGORIES= java
|
2002-03-19 18:58:22 +00:00
|
|
|
MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/
|
2001-06-18 21:03:57 +00:00
|
|
|
|
2004-12-03 01:01:33 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= A virtual machine for executing Java bytecodes
|
2001-06-18 21:03:57 +00:00
|
|
|
|
2001-08-24 13:51:41 +00:00
|
|
|
USE_XLIB= yes
|
2001-06-18 21:03:57 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2001-08-24 13:51:41 +00:00
|
|
|
CONFIGURE_ARGS= --with-x
|
2001-06-18 21:03:57 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
INSTALLS_SHLIB= yes
|
|
|
|
|
2002-03-19 18:58:22 +00:00
|
|
|
MAN1= janosvm.1 jsihey.1 jsiregister.1 jsiunregister.1
|
2001-06-18 21:03:57 +00:00
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2005-01-02 01:10:38 +00:00
|
|
|
.if ${ARCH} == "alpha"
|
|
|
|
BROKEN= "Configure fails on alpha"
|
|
|
|
.endif
|
|
|
|
|
2003-06-04 22:43:38 +00:00
|
|
|
.if ${OSVERSION} >= 500113
|
|
|
|
BROKEN= "Fails to link"
|
|
|
|
.endif
|
|
|
|
|
2001-06-18 21:03:57 +00:00
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
post-install:
|
2002-03-19 18:58:22 +00:00
|
|
|
@${MKDIR} ${DOCSDIR}
|
|
|
|
${CP} -R ${WRKSRC}/FAQ ${DOCSDIR}
|
|
|
|
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
|
2001-06-18 21:03:57 +00:00
|
|
|
.endif
|
|
|
|
|
2003-05-18 11:50:46 +00:00
|
|
|
.include <bsd.port.post.mk>
|