mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
27cb3a7160
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>
64 lines
1.5 KiB
Makefile
64 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"
|