summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2002-05-12 16:54:45 +0000
committerhubertf <hubertf@pkgsrc.org>2002-05-12 16:54:45 +0000
commit954cf6794be6f5f4f0a0e7ab35f21413a5b3673f (patch)
treeb2fbbedf6baa64ca40393072a399815fb9ca7eda /mk
parent5e64b9d8d6d9aea86c95b0bb657af694c7c98c35 (diff)
downloadpkgsrc-954cf6794be6f5f4f0a0e7ab35f21413a5b3673f.tar.gz
Add solid-pop3d-0.15: Flexible POP3 server
The Solid POP3 Server is an implementation of a Post Office Protocol version 3 server that has flexibility as its main goal. The server is easily configurable and has support for few features such as APOP authentication scheme, virtual hosting, maildir and mailbox handling, bulletins and expiration of messages. Each user can specify position and type of his maildrop. Contribyted by Piotr Stolc <socrtp@soclab.eu.org> in PR 16682
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.defaults.mk18
1 files changed, 17 insertions, 1 deletions
diff --git a/mk/bsd.pkg.defaults.mk b/mk/bsd.pkg.defaults.mk
index da613397ba6..0bf18e41bcd 100644
--- a/mk/bsd.pkg.defaults.mk
+++ b/mk/bsd.pkg.defaults.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.defaults.mk,v 1.60 2002/05/08 11:05:39 markd Exp $
+# $NetBSD: bsd.pkg.defaults.mk,v 1.61 2002/05/12 16:54:58 hubertf Exp $
#
# A file providing defaults for pkgsrc and the packages collection.
@@ -1161,6 +1161,22 @@ SDIST_PAWD?= pwd
# Possible: sparcv7, sparcv8 or sparcv9.
# Default: sparcv7
+#SPOP3D_ENABLE_APOP= yes
+# Enable APOP support in the mail/solid-pop3d package.
+# Possible: undefined, defined
+# Default: undefined
+
+#SPOP3D_ENABLE_STANDALONE= yes
+# Build mail/solid-pop3d to run standalone instead of via inetd.
+# Possible: undefined, defined
+# Default: undefined
+
+#SPOP3D_ENABLE_ALIASES= yes
+# Build mail/solid-pop3d with support for user names mapping and non-IP
+# based virtuals.
+# Possible: undefined, defined
+# Default: undefined
+
#SQUID_CONFIGURE_ARGS=
# Used in squid package to set build configuration options.
# Possible: see "configure --help"