mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-02 01:20:54 +00:00
33 lines
836 B
Makefile
33 lines
836 B
Makefile
# Created by: Mario S F Ferreira <lioux@linf.unb.br>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= qmail
|
|
PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE}
|
|
PORTREVISION= 5
|
|
CATEGORIES= mail
|
|
PKGNAMESUFFIX= -ldap
|
|
|
|
COMMENT= Secure, reliable, and fast MTA for UNIX systems with LDAP support
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/svscan:${PORTSDIR}/sysutils/daemontools \
|
|
${LOCALBASE}/bin/tcprules:${PORTSDIR}/sysutils/ucspi-tcp
|
|
|
|
CONFLICTS= emboss-[0-9]* digest-[0-9]* qmail-[0-9]* qmail-mysql-[0-9]* \
|
|
qmail-spamcontrol-[0-9]* qmail-tls-[0-9]*
|
|
|
|
EXTRA_PATCHES+= ${MASTERDIR}/files/patch-Makefile \
|
|
${MASTERDIR}/files/patch-auto_uids-c-dist
|
|
|
|
NO_STAGE= yes
|
|
USE_OPENLDAP= yes
|
|
SLAVE_LDAP= yes
|
|
|
|
LDAP_PATCH_DATE= 20060201
|
|
|
|
MASTERDIR= ${.CURDIR}/../qmail
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
PATCHDIR= ${.CURDIR}/files
|
|
LATEST_LINK= ${PORTNAME}-ldap
|
|
|
|
.include "${MASTERDIR}/Makefile"
|