1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-27 10:03:20 +00:00
freebsd-ports/www/jetspeed/Makefile
Wen Heping 70d5f236df - Update depends since tomcat41 deprecate [1]
- Reset maintainer

PR:		ports/159692 [1]
Submitted by:	Jason Helfman <jhelfman@experts-exchange.com> [1]
2011-08-22 08:05:12 +00:00

41 lines
965 B
Makefile

# New ports collection makefile for: jetspeed
# Date created: 30 July 2003
# Whom: francisco@gomezmarin.com
#
# $FreeBSD$
#
PORTNAME= jetspeed
PORTVERSION= 1.6
PORTREVISION= 5
CATEGORIES= www java
MASTER_SITES= http://www.apache.org/dist/portals/jetspeed-1/
#MASTER_SITE_SUBDIR=jetspeed/binaries
DISTNAME= ${PORTNAME}-${PORTVERSION}-war
MAINTAINER= ports@FreeBSD.org
COMMENT= Jetspeed is an Open Source Portal, written in Java and XML
RUN_DEPENDS= ${LOCALBASE}/bin/ant:${PORTSDIR}/devel/apache-ant \
${JAKARTA_HOME}/bin/bootstrap.jar:${PORTSDIR}/www/tomcat55
WRKSRC= ${WRKDIR}/${DISTNAME:C/-war//}
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
JAKARTA_HOME= ${LOCALBASE}/tomcat5.5
do-install:
@${INSTALL_DATA} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${INSTALL_DATA} ${WRKSRC}/* ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>