aboutsummaryrefslogtreecommitdiffstats
path: root/mail/qpopper/Makefile
blob: 6303fa29d7da8d489519ad84ff9c32d955b11e3a (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
# New ports collection makefile for:    qpopper
# Date created:     1 April 1995
# Whom:         pst
#
# $FreeBSD$
#

PORTNAME=   qpopper
PORTVERSION=    3.1.2
CATEGORIES= mail
MASTER_SITES=   ftp://ftp.qualcomm.com/eudora/servers/unix/popper/ \
        ftp://ftp.gmxuk.net/pub/qpopper/ \
        ftp://sunsite.doc.ic.ac.uk/Mirrors/ftp.qualcomm.com/eudora/servers/unix/popper/ \
        ftp://ftp.kracked.com/pub/qpopper/
DISTNAME=   ${PORTNAME}${PORTVERSION}

MAINTAINER= jeff@isni.net

GNU_CONFIGURE=  yes
CONFIGURE_ENV=  LIBS="-lmd -lutil" \
        OS_DEFS="-DSETPROCTITLE ${OS_DEFS}"
CONFIGURE_ARGS= --enable-apop=${PREFIX}/etc/qpopper/pop.auth \
        --enable-nonauth-file=/etc/ftpusers \
        --with-apopuid=pop \
        --enable-keep-temp-drop

MAN8=       qpopauth.8 qpopper.8

# If APOP_ONLY variable present in the environment, qpopper builds
# with APOP authentification only.
.if defined(APOP_ONLY)
OS_DEFS+=   -DAPOP_ONLY
.endif

# If FULL_POPD_DEBUG variable present in the environment, qpopper builds
# with more verbose debugging. See also -d option to qpopper
.if defined(FULL_POPD_DEBUG)
CONFIGURE_ARGS+=    --enable-debugging
.endif

post-patch:
    @${RM} -f ${WRKSRC}/popper/md5.h
    @${PERL} -pi -e "s|%%PREFIX%%|${PREFIX}|g" ${WRKSRC}/man/*

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/popper/popauth ${PREFIX}/bin/qpopauth
    ${INSTALL_PROGRAM} ${WRKSRC}/popper/popper ${PREFIX}/libexec/qpopper
    ${INSTALL_MAN} ${WRKSRC}/man/popauth.8 ${MANPREFIX}/man/man8/qpopauth.8
    ${INSTALL_MAN} ${WRKSRC}/man/popper.8 ${MANPREFIX}/man/man8/qpopper.8
    ${LN} -sf ${PREFIX}/bin/qpopauth ${PREFIX}/bin/qapopauth

post-install:
    @${SED} -e "s:/usr/local:${PREFIX}:g" ${PKGMESSAGE}

.include <bsd.port.mk>