aboutsummaryrefslogtreecommitdiffstats
path: root/mail/gnarwl/Makefile
blob: 2120b490c1384bcdd299f6854702ef7521106c4b (plain) (blame)
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
26
27
# Created by: Xavier Beaudouin <kiwi@oav.net>
# $FreeBSD$

PORTNAME=   gnarwl
PORTVERSION=    3.6
PORTREVISION=   3
CATEGORIES= mail
MASTER_SITES=   http://www.onyxbits.de/sites/default/files/
EXTRACT_SUFX=   .tgz

MAINTAINER= ports@FreeBSD.org
COMMENT=    Email autoresponder that gets data from LDAP

LIB_DEPENDS=    gdbm:${PORTSDIR}/databases/gdbm
BUILD_DEPENDS=  ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed

USE_GMAKE=  yes
USES=       iconv
USE_OPENLDAP=   yes
GNU_CONFIGURE=  yes
CONFIGURE_ARGS= --with-docdir=${DOCSDIR}

MAN8=       damnit.8 gnarwl.8
MANCOMPRESSED=  yes

NO_STAGE=   yes
.include <bsd.port.mk>