Lines 27-35
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
Link Here
|
27 |
|
27 |
|
28 |
# the added PYTHON=: suppresses python builds, |
28 |
# the added PYTHON=: suppresses python builds, |
29 |
# see ../../mail/fetchmailconf/ for the configuration tool |
29 |
# see ../../mail/fetchmailconf/ for the configuration tool |
30 |
CONFIGURE_ARGS= --enable-opie \ |
30 |
CONFIGURE_ARGS= --enable-SDPS \ |
31 |
--enable-RPA \ |
|
|
32 |
--enable-SDPS \ |
33 |
--without-hesiod \ |
31 |
--without-hesiod \ |
34 |
PYTHON=: |
32 |
PYTHON=: |
35 |
|
33 |
|
Lines 45-58
PORTDOCS= FAQ FEATURES NEWS NOTES OLDNEWS README README.SSL \
Link Here
|
45 |
README.SSL-SERVER design-notes.html esrs-design-notes.html \ |
43 |
README.SSL-SERVER design-notes.html esrs-design-notes.html \ |
46 |
fetchmail-FAQ.html fetchmail-features.html todo.html |
44 |
fetchmail-FAQ.html fetchmail-features.html todo.html |
47 |
|
45 |
|
48 |
OPTIONS_DEFINE= DOCS NLS |
46 |
OPTIONS_DEFINE= OPIE RPA DOCS NLS |
49 |
OPTIONS_DEFAULT= GSSAPI_BASE OPENSSL |
47 |
OPTIONS_DEFAULT= GSSAPI_BASE OPENSSL RPA |
50 |
OPTIONS_SINGLE= GSSAPI TLS |
48 |
OPTIONS_SINGLE= GSSAPI TLS |
51 |
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE |
49 |
OPTIONS_SINGLE_GSSAPI= GSSAPI_BASE GSSAPI_HEIMDAL GSSAPI_MIT GSSAPI_NONE |
52 |
OPTIONS_SINGLE_TLS= OPENSSL WOLFSSL |
50 |
OPTIONS_SINGLE_TLS= OPENSSL WOLFSSL |
53 |
|
51 |
|
54 |
OPTIONS_SUB= yes |
52 |
OPTIONS_SUB= yes |
55 |
|
53 |
|
|
|
54 |
OPIE_CONFIGURE_ON= --enable-opie |
55 |
OPIE_DESC= Build with OPIE support (deprecated - weak/broken cryptography) |
56 |
|
57 |
RPA_CONFIGURE_ON= --enable-RPA |
58 |
RPA_DESC= Build with RPA support (deprecated - weak/broken cryptography) |
59 |
|
56 |
GSSAPI_BASE_USES= gssapi |
60 |
GSSAPI_BASE_USES= gssapi |
57 |
GSSAPI_BASE_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ |
61 |
GSSAPI_BASE_CONFIGURE_ON= ${GSSAPI_CONFIGURE_ARGS} \ |
58 |
--with-gssapi=${GSSAPIBASEDIR} |
62 |
--with-gssapi=${GSSAPIBASEDIR} |
Lines 101-109
post-install-DOCS-on:
Link Here
|
101 |
|
105 |
|
102 |
.include <bsd.port.pre.mk> |
106 |
.include <bsd.port.pre.mk> |
103 |
|
107 |
|
104 |
.if ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD |
108 |
.if ${PORT_OPTIONS:MOPIE} && ${MASTERDIR} == ${.CURDIR} && ${OPSYS} == FreeBSD |
105 |
. if ${OSVERSION} >= 1400072 |
109 |
. if ${OSVERSION} >= 1400072 |
106 |
LIB_DEPENDS+= libopie.so:security/opie # moved to port (from base in 13.X) |
110 |
LIB_DEPENDS+= libopie.so:security/opie # moved to port (from base in 13.X) |
|
|
111 |
CPPFLAGS+= -I${LOCALBASE}/include |
107 |
. endif |
112 |
. endif |
108 |
.endif |
113 |
.endif |
109 |
|
114 |
|