Lines 7-13
Link Here
|
7 |
|
7 |
|
8 |
PORTNAME= postfix |
8 |
PORTNAME= postfix |
9 |
PORTVERSION= 1.1.13 |
9 |
PORTVERSION= 1.1.13 |
10 |
PORTREVISION= 3 |
10 |
PORTREVISION= 4 |
11 |
PORTEPOCH= 1 |
11 |
PORTEPOCH= 1 |
12 |
CATEGORIES= mail ipv6 |
12 |
CATEGORIES= mail ipv6 |
13 |
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |
13 |
MASTER_SITES= ftp://ftp.porcupine.org/mirrors/postfix-release/official/ \ |
Lines 35-41
Link Here
|
35 |
PATCH_STRIP= -p1 |
35 |
PATCH_STRIP= -p1 |
36 |
|
36 |
|
37 |
OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ |
37 |
OPTIONS= PCRE "Perl Compatible Regular Expressions" on \ |
38 |
SASL "Cyrus SASLv1 (Simple Auth. and Sec. Layer)" off \ |
|
|
39 |
TLS "Enable SSL and TLS support" off \ |
38 |
TLS "Enable SSL and TLS support" off \ |
40 |
DB3 "Berkeley DB3 (required if SASL built with DB3)" off \ |
39 |
DB3 "Berkeley DB3 (required if SASL built with DB3)" off \ |
41 |
MYSQL "MySQL maps lookups" off \ |
40 |
MYSQL "MySQL maps lookups" off \ |
Lines 80-91
Link Here
|
80 |
POSTFIX_CCARGS+= -DNO_PCRE |
79 |
POSTFIX_CCARGS+= -DNO_PCRE |
81 |
.endif |
80 |
.endif |
82 |
|
81 |
|
83 |
.if defined(WITH_SASL) |
|
|
84 |
LIB_DEPENDS+= sasl.8:${PORTSDIR}/security/cyrus-sasl |
85 |
POSTFIX_CCARGS+= -DUSE_SASL_AUTH -I${LOCALBASE}/include |
86 |
POSTFIX_AUXLIBS+= -L${LOCALBASE}/lib -lsasl -lpam -lcrypt |
87 |
.endif |
88 |
|
89 |
.if defined(WITH_TLS) |
82 |
.if defined(WITH_TLS) |
90 |
.include "${PORTSDIR}/Mk/bsd.openssl.mk" |
83 |
.include "${PORTSDIR}/Mk/bsd.openssl.mk" |
91 |
MAN8+= tlsmgr.8 |
84 |
MAN8+= tlsmgr.8 |