Lines 1-4
Link Here
|
1 |
# $FreeBSD: head/mail/alpine/Makefile 506767 2019-07-16 16:55:19Z swills $ |
1 |
# $FreeBSD: head/mail/alpine/Makefile 473512 2018-06-28 20:59:10Z swills $ |
2 |
|
2 |
|
3 |
PORTNAME?= alpine |
3 |
PORTNAME?= alpine |
4 |
DISTVERSION= 2.21.99999 |
4 |
DISTVERSION= 2.21.99999 |
Lines 30-45
Link Here
|
30 |
# When you update please double check that the commit corresponds to |
30 |
# When you update please double check that the commit corresponds to |
31 |
# the actual version you've set in PORTVERSION. |
31 |
# the actual version you've set in PORTVERSION. |
32 |
GIT_COMMIT= abeb2c25935ef8c75f1e5deef0f81276754dc975 |
32 |
GIT_COMMIT= abeb2c25935ef8c75f1e5deef0f81276754dc975 |
33 |
GIT_COMMIT_SHORT= ${GIT_COMMIT:C/^(.......).*/\1/} |
33 |
GIT_COMMIT_SHORT= abeb2c2 |
34 |
WRKSRC= ${WRKDIR}/alpine-${GIT_COMMIT_SHORT} |
34 |
WRKSRC= ${WRKDIR}/alpine-${GIT_COMMIT_SHORT} |
35 |
|
35 |
|
36 |
OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MOUSE NLS NTLM PASSFILE THREADS |
36 |
OPTIONS_DEFINE= ASPELL CONS25 DOCS IPV6 LDAP MAILDIR MOUSE NLS NTLM PASSFILE THREADS |
37 |
OPTIONS_DEFAULT= ASPELL MOUSE THREADS |
37 |
OPTIONS_DEFAULT= ASPELL MOUSE THREADS |
38 |
.if defined(PICO_ALPINE_SLAVE) |
38 |
.if defined(PICO_ALPINE_SLAVE) |
39 |
OPTIONS_EXCLUDE= CONS25 IPV6 LDAP PASSFILE |
39 |
OPTIONS_EXCLUDE= CONS25 IPV6 LDAP PASSFILE |
40 |
.endif |
40 |
.endif |
41 |
|
41 |
|
42 |
CONS25_DESC= Add a patch to support color for default console |
42 |
CONS25_DESC= Add a patch to support color for default console |
|
|
43 |
MAILDIR_DESC= Add a patch to support maildir |
43 |
NTLM_DESC= Support for Windows NT Lan Manager authentication |
44 |
NTLM_DESC= Support for Windows NT Lan Manager authentication |
44 |
PASSFILE_DESC= Support for a stored password file |
45 |
PASSFILE_DESC= Support for a stored password file |
45 |
|
46 |
|
Lines 58-64
Link Here
|
58 |
# Option LDAP |
59 |
# Option LDAP |
59 |
LDAP_USE= openldap=yes |
60 |
LDAP_USE= openldap=yes |
60 |
LDAP_CONFIGURE_WITH= ldap |
61 |
LDAP_CONFIGURE_WITH= ldap |
61 |
LDAP_CONFIGURE_ON= --with-ldap-dir=${LOCALBASE} |
62 |
LDAP_CFLAGS= -I${LOCALBASE}/include |
|
|
63 |
LDAP_LDFLAGS= -L${LOCALBASE}/lib |
64 |
|
65 |
# Option MAILDIR |
66 |
MAILDIR_PATCH_SITES= http://alpine.x10host.com/alpine/alpha/patches/alpine-2.21.99999/ |
67 |
MAILDIR_PATCHFILES+= maildir.patch.gz:-p1 |
62 |
|
68 |
|
63 |
# Option MOUSE |
69 |
# Option MOUSE |
64 |
MOUSE_CONFIGURE_ENABLE= mouse |
70 |
MOUSE_CONFIGURE_ENABLE= mouse |