diff options
author | fredb <fredb@pkgsrc.org> | 2000-01-21 15:53:30 +0000 |
---|---|---|
committer | fredb <fredb@pkgsrc.org> | 2000-01-21 15:53:30 +0000 |
commit | d74210b286b5ed6ce78e63d5297fa6a7b8f167f0 (patch) | |
tree | d932ebba6d11a2a71592cfe29866a0a0c3b0d919 /mail/fetchmailconf/Makefile | |
parent | 51c0d4674589d99f4eef1f6fd2096dfac4f8a997 (diff) | |
download | pkgsrc-d74210b286b5ed6ce78e63d5297fa6a7b8f167f0.tar.gz |
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.
Diffstat (limited to 'mail/fetchmailconf/Makefile')
-rw-r--r-- | mail/fetchmailconf/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/mail/fetchmailconf/Makefile b/mail/fetchmailconf/Makefile new file mode 100644 index 00000000000..6292b4d5cb4 --- /dev/null +++ b/mail/fetchmailconf/Makefile @@ -0,0 +1,27 @@ +# $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" |