add maildir support
PR: 27160 Submitted by: Przemyslaw Frasunek <venglin@freebsd.lublin.pl>
This commit is contained in:
parent
f58180f9a2
commit
50a45d2e11
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43244
@ -32,7 +32,18 @@ USE_OPENSSL= yes
|
||||
EXTRA_OPTS= SSL_LINK="-L${OPENSSLLIB} -lssl -lcrypto"
|
||||
.endif
|
||||
|
||||
.if defined(WITH_MAILDIR)
|
||||
PATCH_SITES+= http://www.qmail.org/
|
||||
PATCHFILES+= pine-maildir-4.33
|
||||
PATCH_DIST_STRIP=-p1
|
||||
.endif
|
||||
|
||||
pre-fetch:
|
||||
.if !defined(WITH_MAILDIR)
|
||||
@${ECHO_MSG} ""
|
||||
@${ECHO_MSG} "WITH_MAILDIR=yes enables support of Maildir"
|
||||
@${ECHO_MSG} ""
|
||||
.endif
|
||||
.if !defined(BATCH) && !defined(PACKAGE_BUILDING)
|
||||
${SH} pkg-install
|
||||
.endif
|
||||
|
@ -1 +1,2 @@
|
||||
MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c
|
||||
MD5 (pine-maildir-4.33) = e81b7754b07c3b2fc4493783a80447a9
|
||||
|
Loading…
Reference in New Issue
Block a user