add db4 flavour; contributed by Wilbern Cobb

This commit is contained in:
jakob 2006-10-12 08:36:16 +00:00
parent 05e59bf63c
commit e221616426
3 changed files with 10 additions and 4 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile.inc,v 1.56 2006/08/03 23:15:57 espie Exp $
# $OpenBSD: Makefile.inc,v 1.57 2006/10/12 08:36:16 jakob Exp $
COMMENT= "fast, secure sendmail replacement"
@ -44,7 +44,7 @@ LIB_DEPENDS+= pcre::devel/pcre
MAKE_CCARGS+= -DHAS_PCRE -I${LOCALBASE}/include
MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lpcre
FLAVORS+= sasl2 ldap mysql pgsql
FLAVORS+= sasl2 ldap mysql pgsql db4
FLAVOR?=
.if ${FLAVOR:L:Msasl2}
@ -71,6 +71,12 @@ MAKE_CCARGS+= -I${LOCALBASE}/include/postgresql -DHAS_PGSQL
MAKE_AUXLIBS+= -L${LOCALBASE}/lib -lpq
.endif
.if ${FLAVOR:L:Mdb4}
LIB_DEPENDS+= lib/db4/db.=4:db-4.*:databases/db/v4
MAKE_CCARGS+= -I${LOCALBASE}/include/db4
MAKE_AUXLIBS+= -L${LOCALBASE}/lib/db4 -ldb
.endif
do-configure:
@cd ${WRKSRC}; ${MAKE_PROGRAM} makefiles \
CC="${CC}" OPT="${CFLAGS}" DEBUG="${MAKE_DEBUG}" \

View File

@ -11,4 +11,4 @@ Extra features always included:
Optional features included using flavors:
- authenticated SMTP using Cyrus SASL v2
- table lookups using LDAP, MySQL and PostgreSQL
- table lookups using LDAP, MySQL, PostgreSQL, BerkeleyDB

View File

@ -11,4 +11,4 @@ Extra features always included:
Optional features included using flavors:
- authenticated SMTP using Cyrus SASL v2
- table lookups using LDAP, MySQL and PostgreSQL
- table lookups using LDAP, MySQL, PostgreSQL, BerkeleyDB