a4bd1e8328
directories (e.g. OpenLDAP or ActiveDirectory). WWW: http://www.mezzo.net/asterisk/app_ldap.html PR: ports/101050 Submitted by: Matthias Fechner <idefix at fechner.net>
24 lines
584 B
Makefile
24 lines
584 B
Makefile
# New ports collection makefile for: app_ldap
|
|
# Date created: 30 July 2006
|
|
# Whom: Matthias Fechner <idefix@fechner.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= app_ldap
|
|
DISTVERSION= 1.0rc6
|
|
PORTREVISION= 1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mezzo.net/asterisk/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= LDAPget application module for the Asterisk PBX
|
|
|
|
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk\
|
|
${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client\
|
|
${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|