2020-06-03 11:00:51 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.58 2020/06/03 11:00:51 remi Exp $
|
2003-11-19 16:58:38 +00:00
|
|
|
|
2007-09-16 00:17:04 +00:00
|
|
|
COMMENT= powerful IMAP/Maildir synchronization and reader support
|
2003-11-19 16:58:38 +00:00
|
|
|
|
2020-06-03 11:00:51 +00:00
|
|
|
MODPY_EGG_VERSION = 7.3.3
|
2018-04-11 06:33:53 +00:00
|
|
|
DISTNAME = offlineimap-v${MODPY_EGG_VERSION}
|
|
|
|
PKGNAME = offlineimap-${MODPY_EGG_VERSION}
|
|
|
|
|
2003-11-19 16:58:38 +00:00
|
|
|
CATEGORIES= mail
|
|
|
|
|
2019-12-26 16:58:33 +00:00
|
|
|
HOMEPAGE= https://www.offlineimap.org/
|
2003-11-19 16:58:38 +00:00
|
|
|
|
2008-07-26 09:56:36 +00:00
|
|
|
# GPLv2+
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2003-11-19 16:58:38 +00:00
|
|
|
|
2013-03-11 11:20:26 +00:00
|
|
|
NO_TEST= Yes
|
2003-11-19 16:58:38 +00:00
|
|
|
|
2004-08-04 19:20:43 +00:00
|
|
|
MODULES= lang/python
|
2003-11-19 16:58:38 +00:00
|
|
|
|
2016-08-03 09:24:15 +00:00
|
|
|
BUILD_DEPENDS= textproc/asciidoc \
|
2019-09-05 20:22:41 +00:00
|
|
|
devel/py-rfc6555 \
|
2016-08-03 09:24:15 +00:00
|
|
|
devel/py-six
|
|
|
|
|
2019-09-05 20:22:41 +00:00
|
|
|
RUN_DEPENDS= devel/py-rfc6555 \
|
|
|
|
devel/py-six
|
2008-07-26 09:56:36 +00:00
|
|
|
|
2019-12-26 16:58:33 +00:00
|
|
|
MASTER_SITES= https://www.offlineimap.org/uploads/
|
2018-04-11 06:33:53 +00:00
|
|
|
|
2003-11-19 16:58:38 +00:00
|
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/offlineimap
|
|
|
|
|
2008-07-26 09:56:36 +00:00
|
|
|
post-build:
|
2015-11-30 22:27:13 +00:00
|
|
|
${LOCALBASE}/bin/a2x -f manpage ${WRKSRC}/docs/offlineimap.txt
|
|
|
|
${LOCALBASE}/bin/a2x -f manpage ${WRKSRC}/docs/offlineimapui.txt
|
2008-07-26 09:56:36 +00:00
|
|
|
|
2003-11-19 16:58:38 +00:00
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/offlineimap.conf{,.minimal} ${EXAMPLESDIR}
|
2015-11-30 22:27:13 +00:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/offlineimap.1 ${PREFIX}/man/man1
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/docs/offlineimapui.7 ${PREFIX}/man/man7
|
2003-11-19 16:58:38 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|