From f5070ffee3ff8ce107e423caafb73ac5d23c2555 Mon Sep 17 00:00:00 2001 From: minskim Date: Sun, 13 Nov 2005 03:09:20 +0000 Subject: Import mpop from pkgsrc-wip. Packaged by Leonard Schmidt. mpop is a small, fast, and portable POP3 client. Its features include header-based email filtering (filter junk mail before downloading it), delivery to mbox files, maildir folders, or a mail delivery agent, a very fast POP3 implementation, many authentication methods, and good support for TLS/SSL. --- mail/mpop/Makefile | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 mail/mpop/Makefile (limited to 'mail/mpop/Makefile') diff --git a/mail/mpop/Makefile b/mail/mpop/Makefile new file mode 100644 index 00000000000..2b496bbbc40 --- /dev/null +++ b/mail/mpop/Makefile @@ -0,0 +1,36 @@ +# $NetBSD: Makefile,v 1.1.1.1 2005/11/13 03:09:20 minskim Exp $ +# + +DISTNAME= mpop-0.8.2 +PKGREVISION= 1 +CATEGORIES= mail +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mpop/} +EXTRACT_SUFX= .tar.bz2 + +MAINTAINER= lems@gmx.net +HOMEPAGE= http://mpop.sourceforge.net/ +COMMENT= Small, fast and portable POP3 client + +GNU_CONFIGURE= yes +USE_PKGINSTALL= yes +USE_PKGLOCALEDIR= yes +USE_TOOLS+= pkg-config + +CONFIGURE_ARGS+= --enable-nls + +PKG_SYSCONFSUBDIR= mpop + +EGDIR= ${PREFIX}/share/examples/mpop +CONF_FILES= ${EGDIR}/mpoprc.example ${PKG_SYSCONFDIR}/mpoprc + +INFO_FILES= mpop.info + +.include "options.mk" +.include "../../devel/gettext-lib/buildlink3.mk" +.include "../../devel/libgetopt/buildlink3.mk" + +post-install: + ${INSTALL_DATA_DIR} ${EGDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/mpoprc.example ${EGDIR} + +.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3