aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/ldap-account-manager/Makefile
blob: 8e25543ebf268299a6787833916f7e6d2a321815 (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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# $FreeBSD$

PORTNAME=   ldap-account-manager
PORTVERSION=    4.8
CATEGORIES= sysutils www
MASTER_SITES=   SF/${SHORTNAME}/LAM/${PORTVERSION}

MAINTAINER= basil@vpm.net.ua
COMMENT=    Webfrontend for managing accounts stored in an OpenLDAP server

LICENSE=    GPLv2
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS=    p5-Quota>=0:${PORTSDIR}/sysutils/p5-Quota \
        p5-perl-ldap>=0:${PORTSDIR}/net/p5-perl-ldap

NO_BUILD=   yes
USES=       gettext perl5 tar:bzip2
USE_PHP=    gettext hash iconv ldap mcrypt pcre session simplexml spl xml json zip openssl
WANT_PHP_WEB=   yes

SHORTNAME=  lam
PORTDOCS=   docs HISTORY README copyright
LAMDATA=    config graphics help lib locale sess style templates tmp VERSION index.html .htaccess
WWWDIR=     ${PREFIX}/www/${SHORTNAME}
SUB_FILES=  pkg-message
CONFIGS=    config.cfg lam.conf
WRITEABLES= config sess tmp

OPTIONS_DEFINE= DOCS

.include <bsd.port.options.mk>

do-install:
    @${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/shells ]; then ${RM} -f %D/${WWWDIR_REL}/config/shells; fi' >> ${TMPPLIST}
.for CONFIG in ${CONFIGS}
    @${ECHO_CMD} '@sample ${WWWDIR_REL}/config/${CONFIG}.sample' >> ${TMPPLIST}
    @${ECHO_CMD} '@exec if [ -f %D/${WWWDIR_REL}/config/${CONFIG}_sample ]; then ${RM} -f %D/${WWWDIR_REL}/config/${CONFIG}_sample; fi' >> ${TMPPLIST}
.endfor
.for I in ${LAMDATA}
    @${FIND} -s ${WRKSRC}/${I} -type f -not -name '*.sample' | ${SED} -e 's,^${WRKSRC},${WWWDIR_REL},' >> ${TMPPLIST}
    @${FIND} -ds ${WRKSRC}/${I} -type d | ${SED} -e 's,^${WRKSRC},@dir ${WWWDIR_REL},' >> ${TMPPLIST}
.endfor
    @${ECHO_CMD} '@dir ${WWWDIR_REL}' >> ${TMPPLIST}
    @cd ${WRKSRC} && ${COPYTREE_SHARE} "${LAMDATA}" ${STAGEDIR}${WWWDIR}
.for DIR in ${WRITEABLES}
    @${ECHO_CMD} '@exec ${CHOWN} -R ${WWWOWN} %D/${WWWDIR_REL}/${DIR}' >> ${TMPPLIST}
    @${ECHO_CMD} '@exec ${CHMOD} -R u+w %D/${WWWDIR_REL}/${DIR}' >> ${TMPPLIST}
.endfor
    @${ECHO_CMD} '@exec ${CHOWN} ${WWWOWN} %D/${WWWDIR_REL}/${DIR}/lib/lamdaemon.pl' >> ${TMPPLIST}
    @${ECHO_CMD} '@exec ${CHMOD} u+x %D/${WWWDIR_REL}/${DIR}/lib/lamdaemon.pl' >> ${TMPPLIST}
.if ${PORT_OPTIONS:MDOCS}
    @${MKDIR} ${STAGEDIR}${DOCSDIR}
    @cd ${WRKSRC} && ${COPYTREE_SHARE} "${PORTDOCS}" ${STAGEDIR}${DOCSDIR}
.endif

.include <bsd.port.mk>