936a36e30d
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)
26 lines
636 B
Makefile
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>
|