be0ed5c819
fetchmail-5.7.2 (Sun Mar 4 19:05:57 EST 2001), 20167 lines: * NLS build fixed under Linux -- thanks to Nicol<E1>s Lichtmaier. Now builds with NLS by default, unavoidable side effect of fix. * Various cleanups and minor bugfixes in OTP support. * Corrected header error in SSL support. * Updated Spanish translation by Javier Kohen. * Incorporated Red Hat's 5.5.0 Kerberos V patch. * Incorporated Henrique Holschuh's fetchmailconf warning on local names with @. fetchmail-5.7.1 (Sun Mar 4 00:30:04 EST 2001), 20167 lines: * Note: NLS build ability is broken! * FreeBSD port fixes. * Man page polished and updated. * Added --sslproto option from Peter Hedwig. * Fix KPOP support, which got broken in 5.6.8. Closes Debian bug #88288.
27 lines
784 B
Makefile
27 lines
784 B
Makefile
# $NetBSD: Makefile,v 1.18 2001/03/10 10:51:04 frueauf Exp $
|
|
|
|
DISTNAME= fetchmail-5.7.2
|
|
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-*:../../x11/py-Tk
|
|
|
|
DIGEST_FILE= ${.CURDIR}/../fetchmail/files/md5
|
|
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"
|