From 04f68f30be848f174120bbb05e1ff467bc12af7f Mon Sep 17 00:00:00 2001 From: sobomax Date: Sat, 2 Sep 2000 14:42:20 +0000 Subject: Add jetty - a 100% pure Java WWW server. PR: 20965 Submitted by: Stephane Legrand --- www/jetty/Makefile | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 www/jetty/Makefile (limited to 'www/jetty/Makefile') diff --git a/www/jetty/Makefile b/www/jetty/Makefile new file mode 100644 index 0000000..5f104e4 --- /dev/null +++ b/www/jetty/Makefile @@ -0,0 +1,31 @@ +# New ports collection makefile for: Jetty +# Date created: 28 August 2000 +# Whom: Stephane Legrand +# +# $FreeBSD$ +# + +PORTNAME= jetty +PORTVERSION= 2.4.6 +CATEGORIES= www java +MASTER_SITES= http://download.sourceforge.net/jetty/ \ + ftp://jetty.mortbay.com/pub/ +DISTNAME= Jetty-${PORTVERSION} + +MAINTAINER= stephane.legrand@bigfoot.com + +RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \ + ${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre + +JAVAVM?= ${LOCALBASE}/bin/javavm +NO_BUILD= yes + +do-install: + @${MKDIR} ${PREFIX}/share/java/${PORTNAME} + @(cd ${WRKSRC} && ${TAR} -c -f - [^src]* ) \ + | (cd ${PREFIX}/share/java/${PORTNAME} && ${TAR} --unlink -x -f -) + +post-install: + @${SED} 's|%%PREFIX%%|${PREFIX}|g' ${PKGMESSAGE} + +.include -- cgit v1.1