1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/mail/gnarwl/Makefile
Pav Lucistnik 1f00b9d5b6 Add gnarwl, the email autoresponder.
Unlike the original vacation(1) program, gnarwl is based on LDAP.
Traditionally you had to give every user, who wanted to use autoreply
facilities full fledged system accounts (trusting them to set their
forwarding up properly, cursing when they didn't).

With gnarwl this is history. User information is now stored in LDAP.
Thats right, no more messing around with system accounts or homedirs for
users who just want their email working, but don't care to fuss around
with shell commands.

WWW: http://www.oss.billiton.de/software.shtml

PR:		ports/64895
Submitted by:	Xavier Beaudouin <kiwi@oav.net>
2004-04-01 16:48:37 +00:00

32 lines
760 B
Makefile

# New ports collection makefile for: gnarwl
# Date created: Mon Mar 29 2003
# Whom: Xavier Beaudouin <kiwi@oav.net>
#
# $FreeBSD$
#
PORTNAME= gnarwl
PORTVERSION= 3.3
CATEGORIES= mail
MASTER_SITES= http://www.oss.billiton.de/download/ \
ftp://ftp.oav.net/pkg_freebsd/distfiles/
EXTRACT_SUFX= .tgz
MAINTAINER= kiwi@oav.net
COMMENT= Email autoresponder that gets data from LDAP
LIB_DEPENDS= gdbm.3:${PORTSDIR}/databases/gdbm
BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
USE_GMAKE= yes
USE_ICONV= yes
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-docdir=${DOCSDIR}
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
MAN8= damnit.8 gnarwl.8
MANCOMPRESSED= yes
.include <bsd.port.mk>