ports/java/janosvm/Makefile
Herve Quiroz e868aeb5e7 Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
  znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
  and xmlenc)
- Everything else is reset to ports@FreeBSD.org

Approved by:	znerd (maintainer)
2004-12-03 01:01:33 +00:00

40 lines
752 B
Makefile

# ex:ts=8
# New ports collection makefile for: janosvm
# Date created: Jun 19, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= janosvm
PORTVERSION= 0.6.0
PORTREVISION= 2
CATEGORIES= java
MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A virtual machine for executing Java bytecodes
USE_XLIB= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-x
USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAN1= janosvm.1 jsihey.1 jsiregister.1 jsiunregister.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Fails to link"
.endif
.if !defined(NOPORTDOCS)
post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/FAQ ${DOCSDIR}
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
.endif
.include <bsd.port.post.mk>