5de648d1fe
mechanisms for detecting the availability of strcasestr(3) and only uses autorespond's own strcasestr() version if needed. NOTE: there is NO functionality change in autorespond-2.0.3 with respect to 2.0.2.
27 lines
682 B
Makefile
27 lines
682 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.3
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.inter7.com/devel/
|
|
|
|
PATCH_SITES= http://people.FreeBSD.org/~roam/ports/patches/mail/
|
|
PATCHFILES= ${DISTNAME}-conf-strcasestr.patch
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= "Simple autoresponder for qmail"
|
|
|
|
post-patch:
|
|
${ECHO_CMD} "${CC} ${CFLAGS}" > ${WRKSRC}/conf-cc
|
|
${ECHO_CMD} "${CC} ${STRIP}" > ${WRKSRC}/conf-ld
|
|
${ECHO_CMD} "${PREFIX}" > ${WRKSRC}/conf-home
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/autorespond ${PREFIX}/bin/
|
|
|
|
.include <bsd.port.mk>
|