# Created by: Matthew Seaman # $FreeBSD$ PORTNAME= phpldapadmin PORTVERSION= 1.2.3 PORTREVISION= 2 PORTEPOCH= 1 CATEGORIES= net www MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-php5/${PORTVERSION} EXTRACT_SUFX= .tgz MAINTAINER= matthew@FreeBSD.org COMMENT= PHP application to administer LDAP over the web LICENSE= GPLv2 NO_ARCH= yes NO_BUILD= yes USE_PHP= gettext ldap openssl pcre session xml iconv hash DEFAULT_PHP_VER= 5 WANT_PHP_WEB= yes GROUPS?= ${WWWGRP} CFGDIR= config CFGFILE= config.php PLIST= ${WRKDIR}/plist PLIST_SUB+= PLA_GRP=${GROUPS} SUB_LIST+= PKGNAME=${PKGNAME} SUB_FILES+= pkg-message .SILENT: post-patch: cd ${WRKSRC} ; \ ${FIND} . ! -type d ! -name ${CFGFILE}.example ! -name .cvsignore \ ! -name .gitignore ! -name *.orig | ${SORT} | \ ${SED} -e "s!^\.!%%WWWDIR%%!" >${PLIST} ; \ ${CAT} ${PKGDIR}/pkg-plist-chunk >>${PLIST} ; \ ${FIND} . -type d | ${SORT} -r | ${SED} \ -e 's!^\./${CFGDIR}$$!@dirrmtry %%WWWDIR%%/${CFGDIR}!' \ -e 's!^\.$$!@dirrmtry %%WWWDIR%%!' \ -e 's!^\.!@dirrm %%WWWDIR%%!' >>${PLIST} do-install: cd ${WRKSRC} ; \ for src in $$( ${FIND} . ! -name .cvsignore \ ! -name .gitignore ! -name *.orig ) ; do \ dst=${STAGEDIR}${WWWDIR}$${src#.} ; \ if ${TEST} -d $$src ; then \ ${MKDIR} $$dst ; \ else \ ${INSTALL_DATA} $$src $$dst ; \ fi \ done .include e Integration workspace
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tagguikachu-1_5_0nobody2003-12-092432-1901098/+0
* Release 0.30.0Carlos Garnacho Parro2003-12-091-0/+4
* Revert the s/is_/camel_mime_is_/ changes or we get really long variableJeffrey Stedfast2003-12-092-20/+28
* shortcut when cal_view is NULL. Change an action name. add check for eventBolian Yin2003-12-091-1/+1
* shortcut when cal_view is NULL. Change an action name. add check for eventBolian Yin2003-12-095-21/+44
* remove setting property of "handle_popup". remove setting property ofBolian Yin2003-12-093-4/+5
* encode the address before sending it out, rather than using the raw/utf8Not Zed2003-12-098-108/+184
* Fixes bug #51881Jeffrey Stedfast2003-12-093-2/+62
* Updated Norwegian translation.Kjartan Maraas2003-12-092-327/+189
* Fixes #46351Carl Sun2003-12-083-1/+34
* A small fix from Andrew Wu.Bolian Yin2003-12-081-3/+6
* Fixed #50844Andrew Wu2003-12-084-2/+212
* correct argument mismatch in "goto_date" signal definition.Bolian Yin2003-12-082-1/+5
* update version relianceJP Rosevear2003-12-08