Lines 6-12
Link Here
|
6 |
|
6 |
|
7 |
PORTNAME= axis |
7 |
PORTNAME= axis |
8 |
PORTVERSION= 1.4 |
8 |
PORTVERSION= 1.4 |
9 |
PORTREVISION= 4 |
9 |
PORTREVISION= 5 |
10 |
CATEGORIES= www java |
10 |
CATEGORIES= www java |
11 |
MASTER_SITES= ${MASTER_SITE_APACHE} |
11 |
MASTER_SITES= ${MASTER_SITE_APACHE} |
12 |
MASTER_SITE_SUBDIR= ws/axis/${PORTVERSION:S,.,_,g} |
12 |
MASTER_SITE_SUBDIR= ws/axis/${PORTVERSION:S,.,_,g} |
Lines 20-35
Link Here
|
20 |
# |
20 |
# |
21 |
.if exists(${LOCALBASE}/tomcat5.5/webapps) |
21 |
.if exists(${LOCALBASE}/tomcat5.5/webapps) |
22 |
WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps |
22 |
WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps |
23 |
BUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 |
23 |
BUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 |
24 |
RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 |
24 |
RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 |
25 |
.elif exists(${LOCALBASE}/jakarta-tomcat4.1/webapps) |
25 |
.elif exists(${LOCALBASE}/apache-tomcat-6.0/webapps) |
26 |
WEBAPPDIR= ${PREFIX}/jakarta-tomcat4.1/webapps |
26 |
WEBAPPDIR= ${PREFIX}/apache-tomcat-6.0/webapps |
27 |
BUILD_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41 |
27 |
BUILD_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 |
28 |
RUN_DEPENDS+= ${LOCALBASE}/jakarta-tomcat4.1:${PORTSDIR}/www/tomcat41 |
28 |
RUN_DEPENDS+= ${LOCALBASE}/apache-tomcat-6.0/bin/bootstrap.jar:${PORTSDIR}/www/tomcat6 |
29 |
.else |
29 |
.else |
30 |
WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps |
30 |
WEBAPPDIR= ${PREFIX}/tomcat5.5/webapps |
31 |
BUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 |
31 |
BUILD_DEPENDS+= ${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 |
32 |
RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5:${PORTSDIR}/www/tomcat55 |
32 |
RUN_DEPENDS+= ${LOCALBASE}/tomcat5.5/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55 |
33 |
.endif |
33 |
.endif |
34 |
|
34 |
|
35 |
NO_BUILD= YES |
35 |
NO_BUILD= YES |