1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/mail/qmail-ldap/Makefile
Bryan Drewery d13ee48852 Missed with r351447:
- Support stagedir
- Fix all leftovers
  Note that this depends on new Mk/Scripts/check_leftovers.sh added in r351446.
- Bump PORTREVISION in all ports due to plist being fixed.
- Support man.d on FreeBSD 9+
- Convert NOPORTDOCS
- Fix bad perl shebang for scripts/mkaliasdir
- Remove pkg-install and move all to pkg-plist
- Fix /var/qmail modified warning in poudriere by doing nothing in
  install-mtree
- Fix /var/qmail getting unpredictable/wrong permissions due to
  USERS/GROUPS changing for every user with HOME=/var/qmail
- Use more OPTIONS helpers
- Fix ccache support for spamcontrol patch building
- Fix build of SMTPEXTFORK in mail/qmail-spamcontrol with recent clang

Tested with:  pkg and pkg_install
2014-04-19 06:29:58 +00:00

32 lines
822 B
Makefile

# Created by: Mario S F Ferreira <lioux@linf.unb.br>
# $FreeBSD$
PORTNAME= qmail
PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE}
PORTREVISION= 6
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
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"