b81c9f09c6
fetchmail-5.9.6 (Fri Dec 14 04:03:50 EST 2001), 21247 lines: * OPIE bug fixes by Jun Miyoshi <usako@omnisci.co.jp>. * Documented known IDLE bug in the todo.html file. * Sunil Shetye's fix for a timeout/reconnect bug. * LMTP fix from Toshiro HIKITA <toshi@sodan.org>. * The duplicate-killer doesn't try to operate if we can get an actual recipient address from the trace headers.
27 lines
789 B
Makefile
27 lines
789 B
Makefile
# $NetBSD: Makefile,v 1.31 2001/12/30 12:05:12 frueauf Exp $
|
|
|
|
DISTNAME= fetchmail-5.9.6
|
|
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/
|
|
COMMENT= Configuration tool for fetchmail
|
|
|
|
DEPENDS+= ${DISTNAME}:../../mail/fetchmail
|
|
DEPENDS+= py-Tk-[0-9]*:../../x11/py-Tk
|
|
|
|
DISTINFO_FILE= ${.CURDIR}/../fetchmail/distinfo
|
|
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"
|