aboutsummaryrefslogtreecommitdiffstats
path: root/www/sakai/Makefile
blob: 4bf848419a8de728f52822e05fbda21d1eebdf6e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# New ports collection makefile for:    sakai
# Date created:         11 March 2008
# Whom:                 wenheping@gmail.com
#
# $FreeBSD$
#

PORTNAME=   sakai
PORTVERSION=    2.7.1
CATEGORIES= www java
MASTER_SITES=   http://source.sakaiproject.org/release/${PORTVERSION}/artifacts/
DISTFILES=  ${PORTNAME}-bin-${PORTVERSION}.tgz

MAINTAINER= wen@FreeBSD.org
COMMENT=    Sakai is an online Collaboration and Learning Environment

RUN_DEPENDS=    ${LOCALBASE}/${TOMCAT}:${PORTSDIR}/www/tomcat55

USE_JAVA=   yes
JAVA_VERSION=   1.5+

NO_BUILD=   yes
WRKSRC=     ${WRKDIR}
TOMCAT=     tomcat5.5
TOMCATOWN=  www
TOMCATGRP=  www
SYSTEM_DIR= common components licenses server shared webapps
TOMCAT_DIR= ${PREFIX}/tomcat5.5
PLIST_SUB+= SAKAI_VER="${PORTVERSION}"

do-install:

.for i in ${SYSTEM_DIR}
    cd ${WRKSRC}/${i} && ${FIND} . -type d \
        -exec ${INSTALL} -d ${TOMCAT_DIR}/${i}/{} \;
    cd ${WRKSRC}/${i} && ${FIND} . -type f \
        -exec ${INSTALL} -m 644 {} ${TOMCAT_DIR}/${i}/{} \;
.endfor

post-install:
    @${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>