mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
. Add a port of jbootstrap:
"Utilities that allow a JDK to be bootstrapped without needing another JDK to do so."
This commit is contained in:
parent
36950cca68
commit
aed5cfc204
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=139720
5 changed files with 50 additions and 0 deletions
|
@ -76,6 +76,7 @@
|
|||
SUBDIR += javavmwrapper
|
||||
SUBDIR += javel
|
||||
SUBDIR += jaxen
|
||||
SUBDIR += jbootstrap
|
||||
SUBDIR += jboss2
|
||||
SUBDIR += jboss3
|
||||
SUBDIR += jboss4
|
||||
|
|
33
java/jbootstrap/Makefile
Normal file
33
java/jbootstrap/Makefile
Normal file
|
@ -0,0 +1,33 @@
|
|||
# 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>
|
2
java/jbootstrap/distinfo
Normal file
2
java/jbootstrap/distinfo
Normal file
|
@ -0,0 +1,2 @@
|
|||
MD5 (jbootstrap-1.0.tar.gz) = 44ef32c08a2ad92e93a81243857fbbd1
|
||||
SIZE (jbootstrap-1.0.tar.gz) = 14477
|
4
java/jbootstrap/pkg-descr
Normal file
4
java/jbootstrap/pkg-descr
Normal file
|
@ -0,0 +1,4 @@
|
|||
Utilities that allow a JDK to be bootstrapped without needing another
|
||||
JDK to do so.
|
||||
|
||||
WWW: http://www.eyesbeyond.com/freebsddom/java/jbootstrap.html
|
10
java/jbootstrap/pkg-plist
Normal file
10
java/jbootstrap/pkg-plist
Normal file
|
@ -0,0 +1,10 @@
|
|||
jbootstrap/bin/.java_wrapper
|
||||
jbootstrap/bin/java
|
||||
jbootstrap/bin/javac
|
||||
jbootstrap/bin/javah
|
||||
jbootstrap/libexec/InvokerGen
|
||||
%%PORTDOCS%%%%DOCSDIR%%/README
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
||||
@dirrm jbootstrap/libexec
|
||||
@dirrm jbootstrap/bin
|
||||
@dirrm jbootstrap
|
Loading…
Add table
Reference in a new issue