d70b673660
OfflineIMAP is a tool to simplify your e-mail reading. With OfflineIMAP, you can read the same mailbox from multiple computers. You get a current copy of your messages on each computer, and changes you make one place will be visible on all other systems. WWW: http://gopher.quux.org:70/devel/offlineimap/ from Laurence Tratt <laurie at tratt dot net>
38 lines
904 B
Makefile
38 lines
904 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/11/19 16:58:38 sturm Exp $
|
|
|
|
COMMENT= "powerful IMAP/Maildir synchronization and reader support"
|
|
|
|
DISTNAME= offlineimap_4.0.0
|
|
CATEGORIES= mail
|
|
PKGNAME= ${DISTNAME:S/_/-/}
|
|
|
|
HOMEPAGE= http://gopher.quux.org:70/devel/offlineimap/
|
|
|
|
MAINTAINER= Laurence Tratt <laurie@tratt.net>
|
|
|
|
# GPL licence
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
|
|
NO_REGRESS= Yes
|
|
|
|
MODULES= python
|
|
|
|
WRKDIST= ${WRKDIR}/offlineimap
|
|
|
|
DOCDIR= ${PREFIX}/share/doc/offlineimap
|
|
EXAMPLESDIR= ${PREFIX}/share/examples/offlineimap
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${DOCDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/manual.txt ${DOCDIR}
|
|
${INSTALL_DATA_DIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/offlineimap.conf{,.minimal} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/offlineimap.1 ${PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|