freebsd-ports/www/jetspeed/Makefile
Edwin Groothuis a9ca93d44d iNew port: jetspeed, XML/Java portal
Jetspeed is an Open Source implementation of an Enterprise
	Information Portal, using Java and XML. A portal makes
	network resources (applications, databases and so forth)
	available to end-users. The user can access the portal via
	a web browser, WAP-phone, pager or any other device. Jetspeed
	acts as the central hub where information from multiple
	sources are made available in an easy to use manner.

	WWW: http://jakarta.apache.org/jetspeed/site/index.html

PR:		ports/55593
Submitted by:	Francisco Gomez <francisco@gomezmarin.com>
2003-09-29 11:58:45 +00:00

39 lines
1 KiB
Makefile

# New ports collection makefile for: jetspeed
# Date created: 30 July 2003
# Whom: francisco@gomezmarin.com
#
# $FreeBSD$
#
PORTNAME= jetspeed
PORTVERSION= 1.4
CATEGORIES= www
MASTER_SITES= http://apache.inspire.net.nz/jakarta/jetspeed/binaries/
#MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
#MASTER_SITE_SUBDIR=jakarta-jetspeed/release/v1.4b4
DISTNAME= ${PORTNAME}-${PORTVERSION}-b4-war
MAINTAINER= francisco@gomezmarin.com
COMMENT= Jetspeed is an Open Source Portal, written in Java and XML
RUN_DEPENDS= ${LOCALBASE}/linux-sun-jdk1.4.1/bin/java:${PORTSDIR}/java/linux-sun-jdk14 \
${LOCALBASE}/bin/ant:${PORTSDIR}/devel/jakarta-ant \
${LOCALBASE}/bin/tomcat41ctl:${PORTSDIR}/www/jakarta-tomcat41
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}-b4
USE_ZIP= yes
NO_BUILD= yes
JAKARTA_HOME= ${LOCALBASE}/jakarta-tomcat4.1
do-install:
@${CP} ${WRKSRC}/jetspeed.war ${JAKARTA_HOME}/webapps
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
@${CP} ${WRKSRC}/* ${DOCSDIR}
.endif
post-install:
@${CAT} ${PKGMESSAGE}
.include <bsd.port.mk>