1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/mail/gnarwl/Makefile
Alexey Dokuchaev 936a36e30d Update `databases/gdbm' to version 1.18.1, an important bugfix release
which restores compatibility with old databases (version 1.8) and some
later versions which were built without mmap(2) support.  Due to shlib
version change, bump port revisions of the consumer ports.

PR:		233059
Exp-run by:	antoine
Approved by:	maintainer (johans, numerous timeouts)
2018-11-11 15:38:50 +00:00

26 lines
636 B
Makefile

# Created by: Xavier Beaudouin <kiwi@oav.net>
# $FreeBSD$
PORTNAME= gnarwl
PORTVERSION= 3.6
PORTREVISION= 6
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
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>