blob: 3fa3456f9c7334f40b679f9e26fe70f95a353f9c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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>
|