563e93d80d
names, and gmail. From maintainer Tim van der Molen.
29 lines
563 B
Makefile
29 lines
563 B
Makefile
# $OpenBSD: Makefile,v 1.88 2013/04/17 12:01:06 sthen Exp $
|
|
|
|
COMMENT= IMAP/POP3/SDPS mail retriever
|
|
|
|
MODPY_EGG_VERSION= 4.39.1
|
|
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>
|