diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 12:53:41 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2001-05-29 12:53:41 +0000 |
commit | 50a45d2e119cff18beaa532db608b83396ead560 (patch) | |
tree | dbe9d7bbdd09f41e7dbd449911b2077a49c2bff6 /mail/pine4 | |
parent | f58180f9a22a2c64eed6b2f9f9d7fb3a81a05f53 (diff) | |
download | ports-50a45d2e119cff18beaa532db608b83396ead560.tar.gz ports-50a45d2e119cff18beaa532db608b83396ead560.zip |
Notes
Diffstat (limited to 'mail/pine4')
-rw-r--r-- | mail/pine4/Makefile | 11 | ||||
-rw-r--r-- | mail/pine4/distinfo | 1 |
2 files changed, 12 insertions, 0 deletions
diff --git a/mail/pine4/Makefile b/mail/pine4/Makefile index 063c3b2e6654..7906a2e31d98 100644 --- a/mail/pine4/Makefile +++ b/mail/pine4/Makefile @@ -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 diff --git a/mail/pine4/distinfo b/mail/pine4/distinfo index e389418f85ff..ad2d1388af35 100644 --- a/mail/pine4/distinfo +++ b/mail/pine4/distinfo @@ -1 +1,2 @@ MD5 (pine4.33.tar.gz) = fb45dcfa1d3379031700da49236b2b9c +MD5 (pine-maildir-4.33) = e81b7754b07c3b2fc4493783a80447a9 |