Add slave port for Exim so that packages will be built for Exim

that include support for LDAP using OpenLDAP2.
This commit is contained in:
Sheldon Hearn 2001-07-03 11:21:50 +00:00
parent f25a03f804
commit dc05a053ad
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=44692
2 changed files with 15 additions and 0 deletions

View File

@ -31,6 +31,7 @@
SUBDIR += evolution
SUBDIR += exim
SUBDIR += exim-ldap
SUBDIR += exim-ldap2
SUBDIR += exim-mysql
SUBDIR += exim-postgresql
SUBDIR += exmh2

14
mail/exim-ldap2/Makefile Normal file
View File

@ -0,0 +1,14 @@
# New ports collection makefile for: exim-ldap2
# Date created: 3 Jul 2001
# Whom: Sheldon Hearn <sheldonh@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAMESUFFIX= -ldap2
MASTERDIR= ${.CURDIR}/../exim
WITH_LDAP= yes
LDAP_LIB_TYPE= OPENLDAP2
.include "${MASTERDIR}/Makefile"