mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-21 08:42:23 +00:00
ae7cc0327d
Upstream's 6.18.1 release was removed and replaced with this release. https://github.com/getmail6/getmail6/releases/tag/v6.18.3 PR: 257055
36 lines
901 B
Makefile
36 lines
901 B
Makefile
PORTNAME= getmail6
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 6.18.3
|
|
CATEGORIES= mail python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= freebsd@michael-bueker.de
|
|
COMMENT= POP3/IMAP4 mail retriever (Python3 fork)
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/docs/COPYING
|
|
|
|
USES= python:3.6+ shebangfix
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
SHEBANG_FILES= getmail getmail-gmail-xoauth-tokens getmail_*
|
|
|
|
NO_ARCH= yes
|
|
NO_BUILD= yes
|
|
|
|
PORTDOCS= *.css *.html *.txt BUGS CHANGELOG README THANKS
|
|
PORTEXAMPLES= getmailrc-examples
|
|
|
|
OPTIONS_DEFINE= DOCS EXAMPLES
|
|
|
|
post-install-DOCS-on:
|
|
@${CP} ${WRKSRC}/README ${WRKSRC}/docs/
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/docs/,} ${STAGEDIR}${DOCSDIR}
|
|
|
|
post-install-EXAMPLES-on:
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
.include <bsd.port.mk>
|