29 lines
561 B
Makefile
29 lines
561 B
Makefile
# $OpenBSD: Makefile,v 1.93 2016/11/04 15:58:34 rpe Exp $
|
|
|
|
COMMENT= IMAP/POP3/SDPS mail retriever
|
|
|
|
MODPY_EGG_VERSION= 4.52.0
|
|
DISTNAME= getmail-${MODPY_EGG_VERSION}
|
|
CATEGORIES= mail
|
|
|
|
HOMEPAGE= http://pyropus.ca/software/getmail/
|
|
|
|
MAINTAINER= Tim van der Molen <tim@openbsd.org>
|
|
|
|
# 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>
|