mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-13 07:34:50 +00:00
7ae54fb876
Update for port net/asterisk-app-ldap. The new version runs now with asterisk 1.4. Also modified PORTNAME to asterisk-app-ldap and introduced DISTNAME PR: ports/111774 Submitted by: Matthias Fechner <idefix@fechner.net>
28 lines
701 B
Makefile
28 lines
701 B
Makefile
# New ports collection makefile for: app_ldap
|
|
# Date created: 15 April 2007
|
|
# Whom: Matthias Fechner <idefix@fechner.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asterisk-app-ldap
|
|
DISTVERSION= 2.0rc1
|
|
CATEGORIES= net
|
|
MASTER_SITES= http://www.mezzo.net/asterisk/
|
|
DISTNAME= app_ldap-${DISTVERSION}
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= idefix@fechner.net
|
|
COMMENT= LDAPget application module for the Asterisk PBX 1.4
|
|
|
|
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk \
|
|
${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
|
|
${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
|
|
|
|
USE_GMAKE= yes
|
|
|
|
PLIST_FILES= lib/asterisk/modules/app_ldap.so \
|
|
etc/asterisk/ldap.conf.sample
|
|
|
|
.include <bsd.port.mk>
|