summaryrefslogtreecommitdiff
path: root/security/courier-authlib/Makefile.common
blob: 51659d837a68fcc8446657832d94d1b4bf2dfb34 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# $NetBSD: Makefile.common,v 1.5 2005/12/05 20:50:55 rillig Exp $

COURIER_USER?=		courier
COURIER_GROUP?=		mail
FILES_SUBST+=		COURIER_USER=${COURIER_USER:Q}
FILES_SUBST+=		COURIER_GROUP=${COURIER_GROUP:Q}

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}