b27e7baa5e
${FILESDIR}... explicitly go to ${WRKSRC} and then run compile.py
38 lines
1.3 KiB
Makefile
38 lines
1.3 KiB
Makefile
# New ports collection makefile for: web2ldap
|
|
# Date created: 21 July 2000
|
|
# Whom: Oddbjorn Steffensen <oddbjorn@tricknology.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= web2ldap
|
|
PORTVERSION= 0.10.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.web2ldap.de/download/ \
|
|
http://www.tricknology.org/ports/
|
|
|
|
MAINTAINER= oddbjorn@tricknology.org
|
|
|
|
RUN_DEPENDS= ${PYTHON_SITELIBDIR}/_ldap.so:${PORTSDIR}/net/py-ldap2
|
|
|
|
NO_BUILD= yes
|
|
USE_PYTHON= yes
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/${PORTNAME}
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/contrib/occonf2ldapoc-esj.py.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/fcgi/web2ldap.py.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/occonf2ldapoc.py.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/pickleasn1cfg.py.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/web2ldap/web2ldapcnf/standalone.py.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/etc/mime.types.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/compile.py.orig
|
|
@${RM} -f ${WRKDIR}/${PORTNAME}-${PORTVERSION}/sbin/web2ldap.py.orig
|
|
@(cd ${WRKSRC} && ${LOCALBASE}/bin/python ./sbin/compile.py)
|
|
@${CP} -r ${WRKDIR}/${PORTNAME}-${PORTVERSION}/ ${PREFIX}/${PORTNAME}
|
|
@if [ -w /var/log ]; then ${MKDIR} /var/log/web2ldap; fi
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|