pkgsrc/mail/fetchmailconf/Makefile
fredb d74210b286 Initial import of fetchmailconf-5.2.4, a GUI for fetchmail. This python
(py-Tk) script used to be installed with fetchmail-5.2.3 and earlier. It's
now factored out, into it's own package, so that it can pull in all the
required depencies to run without adding all that baggage to fetchmail.
2000-01-21 15:53:30 +00:00

27 lines
719 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2000/01/21 15:53:30 fredb Exp $
#
DISTNAME= fetchmail-5.2.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} ${PREFIX}/man/man1/fetchmail.1 \
${PREFIX}/man/man1/fetchmailconf.1
.include "../../mk/bsd.pkg.mk"