freebsd-ports/www/jetty/Makefile
Vanilla I. Shu 69e126f607 Upgrade to 2.4.9
Approved by:	maintainer
2001-02-11 02:52:49 +00:00

36 lines
911 B
Makefile

# New ports collection makefile for: Jetty
# Date created: 28 August 2000
# Whom: Stephane Legrand <stephane.legrand@bigfoot.com>
#
# $FreeBSD$
#
PORTNAME= jetty
PORTVERSION= 2.4.9
CATEGORIES= www java
MASTER_SITES= http://download.sourceforge.net/jetty/ \
ftp://jetty.mortbay.com/pub/
DISTNAME= Jetty-${PORTVERSION}
EXTRACT_SUFX= .tgz
MAINTAINER= stephane.legrand@bigfoot.com
RUN_DEPENDS= ${JAVAVM}:${PORTSDIR}/java/javavmwrapper \
${LOCALBASE}/etc/javavms:${PORTSDIR}/java/jre
JAVAVM?= ${LOCALBASE}/bin/javavm
NO_BUILD= yes
post-extract:
find ${WRKSRC} -name CVS | xargs ${RM} -rf
find ${WRKSRC} -name .cvsignore | xargs ${RM} -rf
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 <bsd.port.mk>