mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
27 lines
557 B
Makefile
27 lines
557 B
Makefile
|
# New ports collection makefile for: jakarta-tomcat
|
||
|
# Date created: 20 Oct 2000
|
||
|
# Whom: des
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
PORTNAME= jakarta-tomcat
|
||
|
PORTVERSION= 3.1
|
||
|
CATEGORIES= www
|
||
|
MASTER_SITES= http://jakarta.apache.org/builds/tomcat/release/v${PORTVERSION}/bin/
|
||
|
DISTNAME= ${PORTNAME}
|
||
|
DIST_SUBDIR= jakarta/tomcat/${PORTVERSION}
|
||
|
|
||
|
MAINTAINER= des@FreeBSD.org
|
||
|
|
||
|
BUILD_DEPENDS= pinstall:${PORTSDIR}/devel/pinstall
|
||
|
RUN_DEPENDS= javac:${PORTSDIR}/java/jdk
|
||
|
|
||
|
NO_BUILD= yes
|
||
|
|
||
|
do-install:
|
||
|
@${LN} -fs ${WRKSRC} ${WRKDIR}/tomcat
|
||
|
@pinstall -v -d ${WRKDIR}
|
||
|
|
||
|
.include <bsd.port.mk>
|