8ae978198b
https://github.com/getmail6/getmail6/releases/tag/v6.13 https://github.com/getmail6/getmail6/releases/tag/v6.14 While here, remove conflict with mail/getmail, which was removed from the ports tree. PR: 252672 Submitted by: Michael Bueker <m.bueker@berlin.de> (maintainer)
37 lines
833 B
Makefile
37 lines
833 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= getmail6
|
|
DISTVERSIONPREFIX= v
|
|
DISTVERSION= 6.14
|
|
CATEGORIES= mail python
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= m.bueker@berlin.de
|
|
COMMENT= POP3/IMAP4 mail retriever (Python3 fork)
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/docs/COPYING
|
|
|
|
USES= python:3.6+
|
|
USE_GITHUB= yes
|
|
USE_PYTHON= autoplist concurrent distutils
|
|
|
|
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>
|