1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-29 10:18:30 +00:00
freebsd-ports/mail/gnarwl/Makefile
Marcus von Appen a3a0715f38 - Convert USE_ICONV=yes to USES=iconv
- Change USE_GNOME=pkgconfig|gnomehack to USES=pathfix|pkgconfig while here

Reviewed by:	zeising
2013-04-27 11:59:28 +00:00

31 lines
675 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.6
PORTREVISION= 2
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.4:${PORTSDIR}/databases/gdbm
BUILD_DEPENDS= ${LOCALBASE}/bin/gsed:${PORTSDIR}/textproc/gsed
USE_GMAKE= yes
USES= iconv
USE_OPENLDAP= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-docdir=${DOCSDIR}
MAN8= damnit.8 gnarwl.8
MANCOMPRESSED= yes
.include <bsd.port.mk>