diff options
author | glewis <glewis@FreeBSD.org> | 2005-07-21 01:06:52 +0800 |
---|---|---|
committer | glewis <glewis@FreeBSD.org> | 2005-07-21 01:06:52 +0800 |
commit | 836950be61692f53cdeeda226a9eb85ecdc53ba9 (patch) | |
tree | b104c1e54b5338869696e41a0db053a4dfd9998d /java/jbootstrap | |
parent | 5752df2c9e7a51e4f7c9b49b5b0cae83d0227b12 (diff) | |
download | freebsd-ports-gnome-836950be61692f53cdeeda226a9eb85ecdc53ba9.tar.gz freebsd-ports-gnome-836950be61692f53cdeeda226a9eb85ecdc53ba9.tar.zst freebsd-ports-gnome-836950be61692f53cdeeda226a9eb85ecdc53ba9.zip |
. Add a port of jbootstrap:
"Utilities that allow a JDK to be bootstrapped without needing another
JDK to do so."
Diffstat (limited to 'java/jbootstrap')
-rw-r--r-- | java/jbootstrap/Makefile | 33 | ||||
-rw-r--r-- | java/jbootstrap/distinfo | 2 | ||||
-rw-r--r-- | java/jbootstrap/pkg-descr | 4 | ||||
-rw-r--r-- | java/jbootstrap/pkg-plist | 10 |
4 files changed, 49 insertions, 0 deletions
diff --git a/java/jbootstrap/Makefile b/java/jbootstrap/Makefile new file mode 100644 index 000000000000..cf2d75edc74f --- /dev/null +++ b/java/jbootstrap/Makefile @@ -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> diff --git a/java/jbootstrap/distinfo b/java/jbootstrap/distinfo new file mode 100644 index 000000000000..435221c946ab --- /dev/null +++ b/java/jbootstrap/distinfo @@ -0,0 +1,2 @@ +MD5 (jbootstrap-1.0.tar.gz) = 44ef32c08a2ad92e93a81243857fbbd1 +SIZE (jbootstrap-1.0.tar.gz) = 14477 diff --git a/java/jbootstrap/pkg-descr b/java/jbootstrap/pkg-descr new file mode 100644 index 000000000000..4b795b222daf --- /dev/null +++ b/java/jbootstrap/pkg-descr @@ -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 diff --git a/java/jbootstrap/pkg-plist b/java/jbootstrap/pkg-plist new file mode 100644 index 000000000000..bc83b96218d4 --- /dev/null +++ b/java/jbootstrap/pkg-plist @@ -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 |