aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qmail-ldap/Makefile
blob: d7565bd98bd79143d055308a6a61893f726e4ed3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# 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=    1.03
CATEGORIES= mail
PKGNAMESUFFIX=  -ldap

PATCH_SITES=    http://www.nrg4u.com/qmail/
PATCHFILES= qmail-ldap-1.03-20000501.patch.gz

MAINTAINER= lioux@linf.unb.br

LIB_DEPENDS+=   ldap.1:${PORTSDIR}/net/openldap

.if !defined(PRE_MK_INCLUDED)
.include <bsd.port.pre.mk>
.endif

DOCFILES+=  ${WRKSRC}/QLDAPINSTALL ${WRKSRC}/ANTISPAM

# Local overrides
MASTERDIR=  ${.CURDIR}/../qmail
PATCHDIR=   ${.CURDIR}/patches
PKGDIR_LOCAL=   ${.CURDIR}/pkg
DESCR=      ${PKGDIR_LOCAL}/DESCR
PLIST=      ${PKGDIR_LOCAL}/PLIST
PKGMESSAGE= ${PKGDIR_LOCAL}/MESSAGE

PRE_MK_INCLUDED=    yes

.include "${MASTERDIR}/Makefile"