1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/mail/gnarwl/Makefile
2017-05-25 14:35:49 +00:00

26 lines
636 B
Makefile

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