2013-06-20 23:22:57 +02:00
|
|
|
# Created by: Xavier Beaudouin <kiwi@oav.net>
|
2004-04-01 18:48:37 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gnarwl
|
2009-07-28 11:08:46 +02:00
|
|
|
PORTVERSION= 3.6
|
2014-07-24 20:34:16 +02:00
|
|
|
PORTREVISION= 4
|
2004-04-01 18:48:37 +02:00
|
|
|
CATEGORIES= mail
|
2009-07-28 11:08:46 +02:00
|
|
|
MASTER_SITES= http://www.onyxbits.de/sites/default/files/
|
2004-04-01 18:48:37 +02:00
|
|
|
|
2008-09-23 11:02:29 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-01 18:48:37 +02:00
|
|
|
COMMENT= Email autoresponder that gets data from LDAP
|
|
|
|
|
2014-06-08 15:02:35 +02:00
|
|
|
LIB_DEPENDS= libgdbm.so:${PORTSDIR}/databases/gdbm
|
2004-04-01 18:48:37 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
|
|
|
|
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= iconv gmake tar:tgz
|
2004-04-01 18:48:37 +02:00
|
|
|
USE_OPENLDAP= yes
|
|
|
|
GNU_CONFIGURE= yes
|
2013-06-21 08:19:34 +02:00
|
|
|
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}
|
2004-04-01 18:48:37 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|