pkgsrc/mail/fetchmailconf/Makefile
frueauf 99435577fd Update fetchmail{conf} to 5.4.5.
fetchmail-5.4.5 (Mon Aug  7 03:25:23 EDT 2000), 19238 lines:

* Dave Zarzycki's patch to enhance plugins, adding %h and %p.
* Vitezslav Samel's patch to fix a Y2K bug in lsmgen.sh.
* Fixed a fatal typo in fetchmailconf.
* Resolved Debian bug #67559. It was a misdiagnosis.
* Resolved Debian bugs #62115, #61983, #68627, #61983.
* Return PS_NOMAIL when no server entries are active.
* pt_BR Update from George Godoy.
* David Taylor's fixes for the UIDL code.
2000-08-11 17:46:51 +00:00

26 lines
696 B
Makefile

# $NetBSD: Makefile,v 1.8 2000/08/11 17:46:52 frueauf Exp $
#
DISTNAME= fetchmail-5.4.5
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"