summaryrefslogtreecommitdiff
path: root/mail/mpop/Makefile
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2005-11-13 03:09:20 +0000
committerminskim <minskim@pkgsrc.org>2005-11-13 03:09:20 +0000
commitf5070ffee3ff8ce107e423caafb73ac5d23c2555 (patch)
tree4d9b36e00dcd902c91ac05d74a3b4def51960be4 /mail/mpop/Makefile
parenta051026e069f40ee5fbb30dc34e6e33fab0971e9 (diff)
downloadpkgsrc-f5070ffee3ff8ce107e423caafb73ac5d23c2555.tar.gz
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.
Diffstat (limited to 'mail/mpop/Makefile')
-rw-r--r--mail/mpop/Makefile36
1 files changed, 36 insertions, 0 deletions
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"