pkgsrc/mail/offlineimap/Makefile
tonio dd997117cf Update mail/offlineimap to 4.0.16
Added dependency on python curse libraries, do that it does not fail at runtime

Changelog contains many bugfixes, and:
   * Support IPv6 with SSL.
   * improve performance with large folders.
   * new homepage
   * sync INTERNALDATEs.
   * Fixed a bug that could cause OfflineIMAP to crash when copying
     a message from a remote server that didn't have an
     INTERNALDATE.
2007-02-16 15:46:21 +00:00

35 lines
1.1 KiB
Makefile

# $NetBSD: Makefile,v 1.14 2007/02/16 15:46:21 tonio Exp $
#
DISTNAME= offlineimap_${_OFFLINEIMAP_VER}
PKGNAME= offlineimap-${_OFFLINEIMAP_VER}
CATEGORIES= mail
MASTER_SITES= http://software.complete.org/offlineimap/static/download_area/${_OFFLINEIMAP_VER}/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://software.complete.org/offlineimap
COMMENT= Powerful IMAP/Maildir synchronization and reader support
WRKSRC= ${WRKDIR}/offlineimap
# This is only to placate pkglint
_OFFLINEIMAP_VER= 4.0.16
PYTHON_VERSIONS_ACCEPTED= 22 23 24
PYDISTUTILSPKG= yes
PYTHON_PATCH_SCRIPTS= bin/offlineimap
PLIST_SUBST+= PYSITELIB=${PYSITELIB:Q}
INSTALLATION_DIRS= ${PKGMANDIR}/man1 share/examples/offlineimap
post-install:
.for _f_ in offlineimap.conf offlineimap.conf.minimal
${INSTALL_DATA} ${WRKSRC}/${_f_} ${PREFIX}/share/examples/offlineimap/${_f_}
.endfor
${INSTALL_MAN} ${WRKSRC}/offlineimap.1 ${PREFIX}/${PKGMANDIR}/man1/offlineimap.1
.include "../../devel/py-cursespanel/buildlink3.mk"
.include "../../devel/py-curses/buildlink3.mk"
.include "../../lang/python/extension.mk"
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"