freebsd-ports/mail/autorespond/Makefile
Peter Pentchev 9797ec1723 Update autorespond to 2.0.2, adding a patch to comment out
a definition of strcasestr(), which is already provided by
our libc's <string.h>.

Take over maintainership from Neil Blakey-Milner with many
thanks for his work on this and other ports!

PR:		34024
Submitted by:	Oliver Lehmann <lehmann@ans-netz.de>
Approved by:	nbm (former maintainer)
2002-02-07 10:32:26 +00:00

22 lines
416 B
Makefile

# New ports collection makefile for: autorespond
# Date created: 24 Jan 2000
# Whom: Neil Blakey-Milner <nbm@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= autorespond
PORTVERSION= 2.0.2
CATEGORIES= mail
MASTER_SITES= http://www.inter7.com/devel/
MAINTAINER= roam@FreeBSD.org
do-build:
@cd ${WRKSRC} && ${MAKE} autorespond
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/
.include <bsd.port.mk>