1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Update CONFLICTS, fix portlint warnings.

PR:		ports/72672
Submitted by:	maintainer
This commit is contained in:
Kirill Ponomarev 2004-10-14 08:06:06 +00:00
parent 3652411e07
commit 5cd598530c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=119378

View File

@ -6,19 +6,20 @@
#
PORTNAME= bogofilter
PORTREVISION= 0
CATEGORIES= mail
PKGNAMESUFFIX= -tdb
MASTERDIR= ${.CURDIR}/../bogofilter
MAINTAINER= matthias.andree@gmx.de
LIB_DEPENDS= tdb.1:${PORTSDIR}/databases/tdb
CONFLICTS= bogofilter-0* bogofilter-qdbm* [a-z][a-z]-bogofilter-0*
CONFLICTS= bogofilter-[0-9]* bogofilter-qdbm-[0-9]* [a-z][a-z]-bogofilter-[0-9]*
CONFIGURE_ARGS= --with-database=tdb
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DESCR= ${PKGDIR}/pkg-descr
MASTERDIR= ${.CURDIR}/../bogofilter
.include "${MASTERDIR}/Makefile"