mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
2526edc882
Update for port net/asterisk-app-ldap. The new version runs now with asterisk 1.4. please rename the old port asterisk-app-ldap to asterisk12-app-ldap and commit this port as asterisk-app-ldap Also changed PORTNAME to asterisk12-app-ldap and introduce DISTNAME. PR: ports/111774 Submitted by: Matthias Fechner <idefix@fechner.net>
26 lines
633 B
Makefile
26 lines
633 B
Makefile
# New ports collection makefile for: app_ldap
|
|
# Date created: 30 July 2006
|
|
# Whom: Matthias Fechner <idefix@fechner.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= asterisk12-app-ldap
|
|
DISTVERSION= 1.0rc6
|
|
PORTREVISION= 2
|
|
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
|
|
|
|
BUILD_DEPENDS= asterisk:${PORTSDIR}/net/asterisk12 \
|
|
${LOCALBASE}/lib/libldap.so:${PORTSDIR}/net/openldap23-client \
|
|
${LOCALBASE}/lib/libiconv.so:${PORTSDIR}/converters/libiconv
|
|
|
|
USE_GMAKE= yes
|
|
|
|
.include <bsd.port.mk>
|