View | Details | Raw Unified | Return to bug 78362
Collapse All | Expand All

(-)courier-authlib/Makefile (-16 / +11 lines)
Lines 24-42 Link Here
24
USE_LIBTOOL_VER=15
24
USE_LIBTOOL_VER=15
25
USE_LIBLTDL=	yes
25
USE_LIBLTDL=	yes
26
26
27
#
27
OPTIONS=	PAM		"Build with PAM support"		on \
28
# options available:
28
		VPOPMAIL	"Build in vpopmail support"		off \
29
#
29
		MYSQL		"Build in mysql support"		off \
30
# WITHOUT_PAM:			Don't build in PAM support
30
		POSTGRESQL	"Build in postgresql support"		off \
31
# WITH_VPOPMAIL:		Build in vpopmail support
31
		LDAP		"Build in ldap support with openldap"	off \
32
# WITH_MYSQL:			Build in mysql support
32
		GDBM		"Use gdbm files instead of bdb"		off \
33
# WITH_POSTGRESQL:		Build in postgresql support
33
		MAILUSER	"The user running authlib"		off \
34
# WITH_LDAP:			Build in ldap support with openldap
34
		MAILGROUP	"The group running authlib"		off \
35
# WITH_GDBM:			Use gdbm files instead of bdb
35
		AUTHUSERDB	"Build with authuserdb"			on
36
# WITH_MAILUSER:		The user running authlib
37
# WITH_MAILGROUP:		The group running authlib
38
# WITHOUT_AUTHUSERDB:		Don't build in authuserdb
39
#
40
36
41
VPOPMAILDIR?=	${LOCALBASE}/vpopmail
37
VPOPMAILDIR?=	${LOCALBASE}/vpopmail
42
38
Lines 50-55 Link Here
50
		--enable-unicode \
46
		--enable-unicode \
51
		--enable-ltdl-install=no
47
		--enable-ltdl-install=no
52
48
49
.include <bsd.port.pre.mk>
50
53
.if defined(WITH_GDBM)
51
.if defined(WITH_GDBM)
54
LIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
52
LIB_DEPENDS+=	gdbm.3:${PORTSDIR}/databases/gdbm
55
CONFIGURE_ARGS+=	--with-db=gdbm
53
CONFIGURE_ARGS+=	--with-db=gdbm
Lines 116-124 Link Here
116
.if defined(WITH_MAILGROUP)
114
.if defined(WITH_MAILGROUP)
117
CONFIGURE_ARGS+=--with-mailgroup=${WITH_MAILGROUP}
115
CONFIGURE_ARGS+=--with-mailgroup=${WITH_MAILGROUP}
118
.endif
116
.endif
119
120
121
.include <bsd.port.pre.mk>
122
117
123
RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}
118
RC_SCRIPTS_SUB=PREFIX=${PREFIX} RC_SUBR=${RC_SUBR}

Return to bug 78362