View | Details | Raw Unified | Return to bug 88942
Collapse All | Expand All

(-)Makefile Sun Nov 13 19:34:03 2005 (-2 / +14 lines)
Lines 21-26 Link Here
21
MAINTAINER=    anders@FreeBSD.org
21
MAINTAINER=    anders@FreeBSD.org
22
COMMENT=       University of Washington IMAP4rev1/POP2/POP3 mail servers
22
COMMENT=       University of Washington IMAP4rev1/POP2/POP3 mail servers
23
23
24
25
# This port must have the same SSL settings as mail/cclient, on which it depends.
26
# To make MBX format the default mailbox format, change the settings of cclient.
27
28
OPTIONS=       SSL "Compile with SSL support" on \
29
               SSL_AND_PLAINTEXT "Accept plain text passwords with SSL" off \
30
               DRAC "For dynamicly opening MTA for relaying" off \
31
               NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off \
32
               ENTOURAGE_BRAIN_DAMAGE "See Makefile for documentation" off
33
34
35
.include <bsd.port.pre.mk>
36
37
24
LIB_DEPENDS=   c-client4.8:${PORTSDIR}/mail/cclient
38
LIB_DEPENDS=   c-client4.8:${PORTSDIR}/mail/cclient
25
.if defined(WITH_DRAC)
39
.if defined(WITH_DRAC)
26
BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
40
BUILD_DEPENDS= ${LOCALBASE}/lib/libdrac.a:${PORTSDIR}/mail/drac
Lines 53-60 Link Here
53
MAKE_ARGS+=    WITH_ENTOURAGE_BRAIN_DAMAGE=yes
67
MAKE_ARGS+=    WITH_ENTOURAGE_BRAIN_DAMAGE=yes
54
.endif
68
.endif
55
# See src/imapd/Makefile for more information about these three options.
69
# See src/imapd/Makefile for more information about these three options.
56
57
.include <bsd.port.pre.mk>
58
70
59
pre-build:
71
pre-build:
60
       @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}
72
       @${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION}

Return to bug 88942