ports/java/jbootstrap/Makefile
Greg Lewis aed5cfc204 . Add a port of jbootstrap:
"Utilities that allow a JDK to be bootstrapped without needing another
 JDK to do so."
2005-07-20 17:06:52 +00:00

34 lines
837 B
Makefile

# New ports collection makefile for: jbootstrap
# Date created: 7 July 2005
# Whom: <glewis@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= jbootstrap
PORTVERSION= 1.0
CATEGORIES= java
MASTER_SITES= # http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html
MAINTAINER= glewis@FreeBSD.org
COMMENT= Java bootstrap tools
USE_PERL5_RUN= yes
MAKE_FLAGS+= BINDIR=${PREFIX}/${PORTNAME}/bin \
LIBEXECDIR=${PREFIX}/${PORTNAME}/libexec
.if !defined(NOPORTDOCS)
INSTALL_TARGET= install install-doc
.endif
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} < 500800
IGNORE= "This port requires perl 5.8 or above."
.endif
.if !exists(${DISTDIR}/${DISTFILE}) && !defined(PACKAGE_BUILDING)
IGNORE= Please fetch ${DISTFILE} from http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html and place it in ${DISTDIR}
.endif
.include <bsd.port.post.mk>