summaryrefslogtreecommitdiff
path: root/security/courier-authlib/Makefile.common
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2005-02-10 03:21:30 +0000
committerjlam <jlam@pkgsrc.org>2005-02-10 03:21:30 +0000
commit3b060f2811c17e81fd4bfc78e5acf088bb2b77d5 (patch)
tree469140133f4bfe9996f6e45301d5f7838c9bfa9e /security/courier-authlib/Makefile.common
parent3f3afebafb4d55b14eddff02aa9a2bc3fc6cc741 (diff)
downloadpkgsrc-3b060f2811c17e81fd4bfc78e5acf088bb2b77d5.tar.gz
Import courier-authlib-0.53 as security/courier-authlib.
The Courier authentication library provides authentication services for other Courier applications. In this context, the term "authentication" refers to the following functions: 1. Take a userid or a loginid, and a password. Determine whether the loginid and the password are valid. 2. Given a userid, obtain the following information about the userid: A. The account's home directory. B. The numeric system userid and groupid that owns all files associated with this account. C. The location of the account's maildir. D. Any maildir quota defined for this account. See the Courier documentation for more information on maildir quotas. E. Other miscellaneous account-specific options. 3. Change the password associated with a loginid. 4. Obtain a complete list of all loginids.
Diffstat (limited to 'security/courier-authlib/Makefile.common')
-rw-r--r--security/courier-authlib/Makefile.common17
1 files changed, 17 insertions, 0 deletions
diff --git a/security/courier-authlib/Makefile.common b/security/courier-authlib/Makefile.common
new file mode 100644
index 00000000000..89dbe1214a8
--- /dev/null
+++ b/security/courier-authlib/Makefile.common
@@ -0,0 +1,17 @@
+# $NetBSD: Makefile.common,v 1.1.1.1 2005/02/10 03:21:30 jlam Exp $
+
+MAINTAINER= jlam@NetBSD.org
+HOMEPAGE= http://www.courier-mta.org/
+
+COURIER_USER?= courier
+COURIER_GROUP?= courier
+FILES_SUBST+= COURIER_USER=${COURIER_USER}
+FILES_SUBST+= COURIER_GROUP=${COURIER_GROUP}
+
+USE_PKGINSTALL= yes
+PKG_GROUPS= ${COURIER_GROUP}
+PKG_USERS= ${COURIER_USER}:${COURIER_GROUP}::Courier\\ user
+
+GNU_CONFIGURE= yes
+CONFIGURE_ARGS+= --with-mailuser=${COURIER_USER}
+CONFIGURE_ARGS+= --with-mailgroup=${COURIER_GROUP}