aboutsummaryrefslogtreecommitdiffstats
path: root/mail/p5-qpsmtpd/Makefile
blob: 69fd6b7d300666ea20a7f54a2845111cb8b5daa9 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
# New ports collection makefile for:   qpsmtpd
# Date created:        1 January 2007
# Whom:                Zane C. Bowers
#
# $FreeBSD$
#

PORTNAME=   qpsmtpd
PORTVERSION=    0.40
PORTREVISION=   2
CATEGORIES= mail
MASTER_SITES=   http://smtpd.develooper.com/files/
PKGNAMEPREFIX=  p5-
DISTNAME=   qpsmtpd-${PORTVERSION}

MAINTAINER= vvelox@vvelox.net
COMMENT=    A flexible SMTP daemon written in Perl and featuring a plugin API

RUN_DEPENDS=    ${SITE_PERL}/${PERL_ARCH}/Net/DNS.pm:${PORTSDIR}/dns/p5-Net-DNS \
        ${SITE_PERL}/${PERL_ARCH}/MIME/Base64.pm:${PORTSDIR}/converters/p5-MIME-Base64 \
        ${SITE_PERL}/Mail/Header.pm:${PORTSDIR}/mail/p5-Mail-Tools \
        ${SITE_PERL}/IO/Socket/SSL.pm:${PORTSDIR}/security/p5-IO-Socket-SSL \
        spamd:${PORTSDIR}/mail/p5-Mail-SpamAssassin \
        ${SITE_PERL}/${PERL_ARCH}/Net/DNS/Resolver.pm:${PORTSDIR}/dns/p5-Net-DNS \
        ${SITE_PERL}/Date/Parse.pm:${PORTSDIR}/devel/p5-TimeDate \
        ${SITE_PERL}/File/Temp.pm:${PORTSDIR}/devel/p5-File-Temp \
        ${SITE_PERL}/${PERL_ARCH}/Geo/IP.pm:${PORTSDIR}/net/p5-Geo-IP \
        ${SITE_PERL}/Net/LDAP.pm:${PORTSDIR}/net/p5-perl-ldap \
        ${SITE_PERL}/Digest/HMAC_MD5.pm:${PORTSDIR}/security/p5-Digest-HMAC \
        clamd:${PORTSDIR}/security/clamav

WRKSRC=     ${WRKDIR}/${DISTNAME}
PERL_CONFIGURE= yes

MAN3=       Qpsmtpd::Command.3 \
        Qpsmtpd::Constants.3 \
        Qpsmtpd::DSN.3 \
        Qpsmtpd::ConfigServer.3 \
        Qpsmtpd::Transaction.3 \
        Qpsmtpd::Address.3 \
        Qpsmtpd.3 \
        Qpsmtpd::Connection.3 \
        Qpsmtpd::Postfix.3 \
        Apache::Qpsmtpd.3

USE_RC_SUBR=    qpsmtpd.sh

pre-configure:
    @${RM} ${WRKSRC}/plugins/milter

post-install:
    @${MKDIR} ${EXAMPLESDIR}
    @${MKDIR} ${DATADIR}
    @${MKDIR} ${DATADIR}/plugins
    @(cd ${WRKSRC}/plugins/ && ${COPYTREE_SHARE} \* ${DATADIR}/plugins/)
    @(cd ${WRKSRC}/config.sample/ && ${COPYTREE_SHARE} \* ${EXAMPLESDIR}/)
.if !defined(NOPORTDOCS)
    @${MKDIR} ${DOCSDIR}
    @${INSTALL_DATA} ${WRKSRC}/README* ${DOCSDIR}/
.endif
    @${ECHO_MSG}
    @${ECHO_MSG}
    @${ECHO_MSG} '*****************************************************************'
    @${ECHO_MSG}
    @${ECHO_MSG} "Please read http://wiki.qpsmtpd.org/ for more info about"
    @${ECHO_MSG} "installation."
    @${ECHO_MSG}
    @${ECHO_MSG} "The example config can be found in "${PREFIX}"/share/examples/"${PORTNAME}"/"
    @${ECHO_MSG}
    @${ECHO_MSG} "The plugins can be found in "${PREFIX}"/share/"${PORTNAME}"/plugins/"
    @${ECHO_MSG}
    @${ECHO_MSG} "This port does also not make any assumptions about what user you"
    @${ECHO_MSG} "wish to use or install location."
    @${ECHO_MSG}
    @${ECHO_MSG} '*****************************************************************'

.include <bsd.port.mk>