summaryrefslogtreecommitdiff
path: root/security/courier-authlib/Makefile.common
blob: 622b147d16fe2ac2f9a8c9bceaf55d0eda1875c2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile.common,v 1.2 2005/02/10 03:50:03 jlam Exp $

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}