# New ports collection makefile for: docebo # Date created: 6 April 2008 # Whom: Wen heping # # $FreeBSD$ # PORTNAME= docebo PORTVERSION= 3.6.0.3 CATEGORIES= www MASTER_SITES= http://www.docebo.org/doceboCms/index.php?mn=docs&op=download&pi=5_4&id=86/ DISTNAME= ${PORTNAME}_3603 MAINTAINER= wen@FreeBSD.org COMMENT= An Open Source e-Learning platform (LMS and LCMS) USE_PHP= mysql USE_ZIP= yes SUB_FILES= pkg-message NO_BUILD= yes NO_WRKSUBDIR= yes DO_FILES= config.php admin.php index.php DO_DIRS= doceboCms doceboCore doceboCrm doceboEcom doceboLms doceboScs \ files install readmelicense template upgrade xml_language .include do-install: @${INSTALL} -d ${WWWDIR} .for i in ${DO_FILES} @cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}/ .endfor .for i in ${DO_DIRS} @cd ${WRKDIR} && ${COPYTREE_SHARE} ${i} ${WWWDIR}/ .endfor @${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR} @${CHMOD} -R 755 ${WWWDIR} post-install: @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN}:${WWWGRP} ${WWWDIR}' \ >> ${TMPPLIST} @${ECHO_CMD} '@exec ${CHMOD} -R 755 ${WWWDIR}' \ >> ${TMPPLIST} @${CAT} ${PKGMESSAGE} .include