diff options
| -rw-r--r-- | java/Makefile | 1 | ||||
| -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 |
5 files changed, 50 insertions, 0 deletions
diff --git a/java/Makefile b/java/Makefile index e567901ef7c8..99cd5e9e68b8 100644 --- a/java/Makefile +++ b/java/Makefile @@ -76,6 +76,7 @@ SUBDIR += javavmwrapper SUBDIR += javel SUBDIR += jaxen + SUBDIR += jbootstrap SUBDIR += jboss2 SUBDIR += jboss3 SUBDIR += jboss4 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 |
