openbsd-ports/mail/getmail/Makefile
jasper 4fd5f1650a - update to 4.20.2
- no need for groff

from tim van der molen (MAINTAINER)
2011-04-25 14:00:29 +00:00

32 lines
645 B
Makefile

# $OpenBSD: Makefile,v 1.76 2011/04/25 14:00:29 jasper Exp $
COMMENT= IMAP/POP3/SDPS mail retriever
MODPY_EGG_VERSION= 4.20.2
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
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>