1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00
freebsd-ports/mail/gnarwl/Makefile
Xin LI 3ba73dad6f net/openldap24-client: bump all dependent port
In the earlier net/openldap24-server commit, only those which depend on
net/openldap24-sasl-client were bumped. Bumping all dependent port that
didn't get a bump to force a rebuild of these packages.

Suggested by:	kib
2021-08-01 21:41:48 -07:00

28 lines
745 B
Makefile

# Created by: Xavier Beaudouin <kiwi@oav.net>
PORTNAME= gnarwl
PORTVERSION= 3.6
PORTREVISION= 7
CATEGORIES= mail
MASTER_SITES= http://www.onyxbits.de/sites/default/files/download/15/
MAINTAINER= ports@FreeBSD.org
COMMENT= Email autoresponder that gets data from LDAP
BROKEN_FreeBSD_13= ld: error: duplicate symbol: mail_status
BROKEN_FreeBSD_14= ld: error: duplicate symbol: mail_status
LIB_DEPENDS= libgdbm.so:databases/gdbm
BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:textproc/gsed
USES= iconv gmake groff tar:tgz
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-docdir=${DOCSDIR} --localstatedir="${PREFIX}/var"
CPPFLAGS+= -I${LOCALBASE}/include
LIBS+= -L${LOCALBASE}/lib ${ICONV_LIB}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>