head	1.11;
access;
symbols
	RELEASE_8_3_0:1.10
	RELEASE_9_0_0:1.10
	RELEASE_7_4_0:1.9
	RELEASE_8_2_0:1.9
	RELEASE_6_EOL:1.9
	RELEASE_8_1_0:1.8
	RELEASE_7_3_0:1.7
	RELEASE_8_0_0:1.7
	RELEASE_7_2_0:1.6
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2;
locks; strict;
comment	@# @;


1.11
date	2012.11.17.06.02.32;	author svnexp;	state Exp;
branches;
next	1.10;

1.10
date	2011.02.25.01.32.09;	author delphij;	state Exp;
branches;
next	1.9;

1.9
date	2010.10.08.08.12.05;	author wen;	state Exp;
branches;
next	1.8;

1.8
date	2010.03.26.01.54.01;	author wen;	state Exp;
branches;
next	1.7;

1.7
date	2009.08.22.00.38.07;	author amdmi3;	state Exp;
branches;
next	1.6;

1.6
date	2009.02.27.13.42.06;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2009.01.09.19.25.49;	author pav;	state Exp;
branches;
next	1.4;

1.4
date	2009.01.05.19.04.37;	author delphij;	state Exp;
branches;
next	1.3;

1.3
date	2008.11.01.21.57.03;	author miwi;	state Exp;
branches;
next	1.2;

1.2
date	2008.08.11.22.18.00;	author miwi;	state Exp;
branches;
next	1.1;

1.1
date	2008.06.20.13.04.23;	author miwi;	state Exp;
branches;
next	;


desc
@@


1.11
log
@Switch exporter over
@
text
@# New ports collection makefile for:   eFront
# Date created:		07 June 2008
# Whom:			Wen heping <wenheping@@gmail.com>
#
# $FreeBSD: head/www/efront/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	efront
DISTVERSION=	3.6.6
PORTREVISION=	1
CATEGORIES=	www
MASTER_SITES=	SF/${PORTNAME}learning/${PORTNAME}learning/eFront%20v3.6.6/
DISTNAME=	${PORTNAME}_${PORTVERSION}_build8242

MAINTAINER=	wen@@FreeBSD.org
COMMENT=	A Elearning and Human Capital Development platform

USE_ZIP=	YES
USE_PHP=	mbstring zip iconv zlib spl ldap
EFRONT_FILES=	CHANGELOG.txt index.php INSTALL.txt \
		LICENSE.txt  README.txt
EFRONT_DIRS=	libraries PEAR \
		upload www backups

NO_BUILD=	yes
SUB_FILES=	pkg-message

.include <bsd.port.pre.mk>
do-install:
	@@if [ ! -f ${WWWDIR} ]; then \
		${MKDIR} ${WWWDIR} ; fi
.for i in ${EFRONT_FILES}
	@@cd ${WRKDIR} && ${CP} ${i} ${WWWDIR}
.endfor
.for i in ${EFRONT_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} 755 -R ${WWWDIR}' \
		>> ${TMPPLIST}
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.post.mk>
@


1.10
log
@Chase after net/openldap24-server update.

Reminded by:	miwi
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.9
log
@- Update to 3.6.6
@
text
@d10 1
@


1.8
log
@- Update to 3.6.1
- Update my mail address to FreeBSD
@
text
@d9 1
a9 1
DISTVERSION=	3.6.1
d11 2
a12 2
MASTER_SITES=	SF/${PORTNAME}learning/
DISTNAME=	${PORTNAME}_${PORTVERSION}_build6235
@


1.7
log
@- Switch SourceForge ports to the new File Release System: categories starting with W
@
text
@d9 1
a9 1
DISTVERSION=	3.5.2
d11 2
a12 2
MASTER_SITES=	SF/${PORTNAME}learning/${PORTNAME}learning/eFront%20v${PORTVERSION}%20build%203470
DISTNAME=	${PORTNAME}_${PORTVERSION}_build3470
d14 1
a14 1
MAINTAINER=	wenheping@@gmail.com
@


1.6
log
@- Update to 3.5.2

PR:		132143
Submitted by:	maintainer
@
text
@d11 1
a11 1
MASTER_SITES=	SF/efrontlearning
@


1.5
log
@- modules directory is gone

Reported by:	pointyhat exp-run
@
text
@d9 1
a9 2
DISTVERSION=	3.5.1
PORTREVISION=	1
d11 2
a12 2
MASTER_SITES=	http://www.efrontlearning.net/versions/
DISTNAME=	${PORTNAME}_3.5.1_build2760
@


1.4
log
@Bump PORTREVISION's after OpenLDAP update.

Suggested by:	rafan
@
text
@d22 1
a22 1
EFRONT_DIRS=	libraries modules PEAR \
@


1.3
log
@- Update to 3.5.1

PR:		128426
Submitted by:	Wen Heping <wenheping@@gmail.com> (maintainer)
@
text
@d10 1
@


1.2
log
@- Update to 3.5.0.beta4

PR:		126332
Submitted by:	Wen heping <wenheping@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
DISTVERSION=	3.5.0.beta4
d12 1
a12 1
DISTNAME=	${PORTNAME}_3.5.0_build2600
@


1.1
log
@eFront is an easy to use, visually attractive, SCORM compatible, eLearning
and Human Capital Development system.

WWW:   http://www.efrontlearning.net/

PR:		ports/124415
Submitted by:	Wen heping <wenheping at gmail.com>
@
text
@d9 1
a9 1
DISTVERSION=	3.5.0.beta2
d12 1
a12 1
DISTNAME=	${PORTNAME}_3.5.0_beta2
@

