mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-25 04:43:33 +00:00
d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
41 lines
953 B
Makefile
41 lines
953 B
Makefile
# New ports collection makefile for: jetspeed
|
|
# Date created: 30 July 2003
|
|
# Whom: francisco@gomezmarin.com
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jetspeed
|
|
PORTVERSION= 1.5
|
|
PORTREVISION= 2
|
|
CATEGORIES= www java
|
|
MASTER_SITES= ${MASTER_SITE_APACHE_JAKARTA}
|
|
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/tomcat41
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:C/-war//}
|
|
USE_ZIP= yes
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.4
|
|
|
|
NO_BUILD= yes
|
|
|
|
JAKARTA_HOME= ${LOCALBASE}/apache-tomcat4.1
|
|
|
|
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>
|