freebsd-ports/mail/bogofilter-qdbm/Makefile
Kirill Ponomarev 3652411e07 Update CONFLICTS, clean up to please portlint.
PR:		ports/72671
Submitted by:	maintainer
2004-10-14 08:04:45 +00:00

25 lines
596 B
Makefile

# New ports collection makefile for: bogofilter-qdbm
# Date created: 2004-01-02
# Whom: Matthias Andree <matthias.andree@gmx.de>
#
# $FreeBSD$
#
PORTNAME= bogofilter
CATEGORIES= mail
PKGNAMESUFFIX= -qdbm
MAINTAINER= matthias.andree@gmx.de
LIB_DEPENDS= qdbm.3:${PORTSDIR}/databases/qdbm
CONFLICTS= bogofilter-[0-9]* bogofilter-tdb-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
CONFIGURE_ARGS= --with-database=qdbm
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DESCR= ${PKGDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../bogofilter
.include "${MASTERDIR}/Makefile"