mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-23 09:10:43 +00:00
5bd97c5b5e
- Update pkg-descr and clarify COMMENT - Add pkg-message warning the user about the configuration file syntax change from 3.x to 4.x PR: ports/72720 Submitted by: Linh Pham (maintainer) Obtained from: Nuno Teixeira <nunotex@freeshell.org>
34 lines
871 B
Makefile
34 lines
871 B
Makefile
# New ports collection makefile for: getmail
|
|
# Date created: 06 May 2001
|
|
# Whom: Yukihiro Nakai <nakai@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= getmail
|
|
PORTVERSION= 4.2.2
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail python
|
|
MASTER_SITES= http://www.qcc.ca/~charlesc/software/getmail-4/%SUBDIR%/
|
|
MASTER_SITE_SUBDIR= old-versions
|
|
|
|
MAINTAINER= question+fbsdports@closedsrc.org
|
|
COMMENT= POP3/IMAP4 mail retriever with Maildir and command delivery
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
MAN1= getmail.1 getmail_maildir.1 getmail_mbox.1
|
|
DOCS= ../README BUGS CHANGELOG THANKS TODO *.txt *.html *.css
|
|
|
|
post-install:
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/docs/getmailrc-examples ${EXAMPLESDIR}
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC}/docs && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|