1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/java/janosvm/Makefile

44 lines
819 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 2
CATEGORIES= java
2002-03-19 18:58:22 +00:00
MASTER_SITES= http://www.cs.utah.edu/flux/janos/${DISTNAME}/
MAINTAINER= ports@FreeBSD.org
COMMENT= A virtual machine for executing Java bytecodes
2001-08-24 13:51:41 +00:00
USE_XLIB= yes
GNU_CONFIGURE= yes
2001-08-24 13:51:41 +00:00
CONFIGURE_ARGS= --with-x
USE_GMAKE= yes
INSTALLS_SHLIB= yes
2002-03-19 18:58:22 +00:00
MAN1= janosvm.1 jsihey.1 jsiregister.1 jsiunregister.1
.include <bsd.port.pre.mk>
.if ${ARCH} == "alpha"
BROKEN= "Configure fails on alpha"
.endif
.if ${OSVERSION} >= 500113
BROKEN= "Fails to link"
.endif
.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}
.endif
2003-05-18 11:50:46 +00:00
.include <bsd.port.post.mk>