9797ec1723
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)
22 lines
416 B
Makefile
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>
|