freebsd-ports/mail/qmail-ldap/Makefile
Mario Sergio Fujikawa Ferreira 27cb3a7160 Add yet another WITH option to qmail-ldap. This time a WITH_LDAP_DEBUG
option for those in pursue of enlightment.

While there, update NO_PACKAGE with a more informative message.
Along with addition of appropriate LEGAL information.

Also, since qmail-ldap is a meta port sharing qmail's port code,
update qmail distinfo information with the new distribution patch
required by the qmail-ldap port. This is a typo fix. This was missed
on revision 1.6 of qmail-ldap.

Submitted by: Cristhian Venegas <cvb@deltron.net>
2000-12-19 14:29:27 +00:00

63 lines
1.5 KiB
Makefile

# New ports collection makefile for: qmail-ldap
# Date created: 21 May 2000
# Whom: Mario S F Ferreira <lioux@linf.unb.br> et al.
#
# $FreeBSD$
#
PORTNAME= qmail
PORTVERSION= ${QMAIL_VERSION}.${LDAP_PATCH_DATE}
PORTREVISION= 1
CATEGORIES= mail
PKGNAMESUFFIX= -ldap
PATCH_SITES= http://www.nrg4u.com/qmail/
PATCHFILES= qmail-ldap-1.03-${LDAP_PATCH_DATE}.patch.gz
MAINTAINER= lioux@FreeBSD.org
LIB_DEPENDS+= ldap.1:${PORTSDIR}/net/openldap
NO_PACKAGE= djb\'s packaging license does not allow non-standard\
qmail distributions
.if !defined(PRE_MK_INCLUDED)
.include <bsd.port.pre.mk>
.endif
#PREFIX= /var/qmail-ldap
DOCFILES+= ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/QLDAPNEWS \
${WRKSRC}/QLDAPTODO ${WRKSRC}/QLDAPPICTURE \
${WRKSRC}/ANTISPAM
LDAP_PATCH_DATE= 20001201
.if defined(WITH_LDAP_CLUSTER)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-ldap-cluster
.endif # WITH_LDAP_CLUSTER
#
.if defined(WITH_AUTOMAILDIRMAKE)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-automaildirmake
.endif # WITH_AUTOMAILDIRMAKE
#
.if defined(WITH_AUTOHOMEDIRMAKE)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-autohomedirmake
.endif # WITH_AUTOHOMEDIRMAKE
#
.if defined(WITH_LDAP_DEBUG)
EXTRA_PATCHES+= ${PATCHDIR}/extra-patch-debug
.endif # WITH_LDAP_DEBUG
# Local overrides
MASTERDIR= ${PORTSDIR}/mail/qmail
#MASTERDIR= ${.CURDIR}/../qmail
PATCHDIR= ${.CURDIR}/files
PKGDIR_LOCAL= ${.CURDIR}
DESCR= ${PKGDIR_LOCAL}/pkg-descr
PLIST= ${PKGDIR_LOCAL}/pkg-plist
PKGMESSAGE= ${PKGDIR_LOCAL}/pkg-message
PRE_MK_INCLUDED= yes
.include "${MASTERDIR}/Makefile"