Lines 7-12
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= imap |
8 |
PORTNAME= imap |
9 |
PORTVERSION= 2007e |
9 |
PORTVERSION= 2007e |
|
|
10 |
PORTREVISION= 1 |
10 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
11 |
CATEGORIES= mail ipv6 |
12 |
CATEGORIES= mail ipv6 |
12 |
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ |
13 |
MASTER_SITES= ftp://ftp.cac.washington.edu/imap/%SUBDIR%/ \ |
Lines 27-33
Link Here
|
27 |
OPTIONS= SSL "Compile with SSL support" on \ |
28 |
OPTIONS= SSL "Compile with SSL support" on \ |
28 |
SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \ |
29 |
SSL_AND_PLAINTEXT "Allow plain text passwords and SSL" off \ |
29 |
DRAC "Dynamically open MTA for relaying" off \ |
30 |
DRAC "Dynamically open MTA for relaying" off \ |
30 |
NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off |
31 |
NETSCAPE_BRAIN_DAMAGE "See Makefile for documentation" off \ |
|
|
32 |
HOME_MAIL_DIR "Use ~/mail as default mailbox dir" off |
31 |
|
33 |
|
32 |
.include <bsd.port.pre.mk> |
34 |
.include <bsd.port.pre.mk> |
33 |
|
35 |
|
Lines 60-65
Link Here
|
60 |
.endif |
62 |
.endif |
61 |
# See src/imapd/Makefile for more information about these three options. |
63 |
# See src/imapd/Makefile for more information about these three options. |
62 |
|
64 |
|
|
|
65 |
post-patch: |
66 |
.if defined(WITH_HOME_MAIL_DIR) |
67 |
@${REINPLACE_CMD} -e "s|\*mailsubdir = NIL;|\*mailsubdir = \"mail\";|" \ |
68 |
${WRKSRC}/src/osdep/unix/env_unix.c |
69 |
.endif |
70 |
|
63 |
pre-build: |
71 |
pre-build: |
64 |
@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} |
72 |
@${SH} ${PKGREQ}.rev ${LOCALBASE}/include/c-client/portrevision.h ${PORTVERSION} |
65 |
.if !defined(WITHOUT_SSL) |
73 |
.if !defined(WITHOUT_SSL) |