2ab581c5c0
changes between 5.3.2 -> 5.3.4: fetchmail-5.3.4 (Wed Mar 22 15:55:51 EST 2000), 18819 lines: * Added FAQ item on performance under load. * Fix Debian bug #60202 (segfaults when given command line arguments). This only applied to `antispam', as it turned out. * Work around InterChange's bug with attachments as suggested by paul666@mailandnews.com. * Enable checks on multiple folders. fetchmail-5.3.3 (Mon Mar 13 16:34:29 EST 2000), 18763 lines: * Fixed reporting of listener timeouts. * Configure now supports SOCKS5, thanks to Alan Schmitt. * Fix a minor bug in preauthenticated IMAP, thanks to Urban Boquist <boquist@crt.se>. * Try to support suffix matching in aka lists.
26 lines
695 B
Makefile
26 lines
695 B
Makefile
# $NetBSD: Makefile,v 1.5 2000/03/26 08:58:34 itojun Exp $
|
|
#
|
|
|
|
DISTNAME= fetchmail-5.3.4
|
|
PKGNAME= ${DISTNAME:S/fetchmail/fetchmailconf/}
|
|
CATEGORIES= mail
|
|
MASTER_SITES= ftp://ftp.ccil.org/pub/esr/fetchmail/ \
|
|
http://www.tuxedo.org/~esr/fetchmail/ \
|
|
http://sunsite.unc.edu/pub/Linux/system/mail/pop/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.tuxedo.org/~esr/fetchmail/
|
|
|
|
DEPENDS+= ${DISTNAME}:../../mail/fetchmail
|
|
DEPENDS+= py-Tk-*:../../x11/py-Tk
|
|
|
|
NO_BUILD= YES
|
|
USE_X11= YES
|
|
|
|
EXTRACT_ELEMENTS= ${DISTNAME}/fetchmailconf
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/fetchmailconf ${PREFIX}/bin/
|
|
${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|