openbsd-ports/mail/getmail/Makefile
2013-03-11 11:20:26 +00:00

29 lines
563 B
Makefile

# $OpenBSD: Makefile,v 1.87 2013/03/11 11:23:51 espie Exp $
COMMENT= IMAP/POP3/SDPS mail retriever
MODPY_EGG_VERSION= 4.37.0
DISTNAME= getmail-${MODPY_EGG_VERSION}
CATEGORIES= mail
HOMEPAGE= http://pyropus.ca/software/getmail/
MAINTAINER= Tim van der Molen <tbvdm@xs4all.nl>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= ${HOMEPAGE}/old-versions/
MODULES= lang/python
NO_TEST= Yes
EXDIR= ${PREFIX}/share/examples/getmail
post-install:
${INSTALL_DATA_DIR} ${EXDIR}
${INSTALL_DATA} ${WRKDIST}/docs/getmailrc-examples ${EXDIR}
.include <bsd.port.mk>