openbsd-ports/mail/getmail/Makefile
sturm e4a714c829 update to getmail 4.4.2
- new getmail_fetch configuration-less commandline POP retriever
- improvements when used with python 2.4
- a few bugfixes
2005-11-19 16:55:53 +00:00

31 lines
590 B
Makefile

# $OpenBSD: Makefile,v 1.39 2005/11/19 16:55:53 sturm Exp $
COMMENT= "POP3 mail retriever"
DISTNAME= getmail-4.4.2
CATEGORIES= mail
HOMEPAGE= http://pyropus.ca/software/getmail/
MAINTAINER= Nikolay Sturm <sturm@openbsd.org>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}old-versions/
MODULES= lang/python
NO_REGRESS= Yes
EXDIR= ${PREFIX}/share/examples/getmail
post-install:
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_DATA} ${WRKDIST}/docs/getmailrc-examples ${EXDIR}
.include <bsd.port.mk>