freebsd-ports/mail/reply-o-matic/Makefile
Sergey Matveychuk 23a732672e Reply-o-Matic is a highly configureble, secure, auto reply software, to be
used in conjunction with any Mail Delivery/Transfer Agent or local delivery
agent. It provides an easy, uniformed way, to provide autoreplies to e-mails.

PR:		ports/66625
Submitted by:	Phil Oleson <oz@nixil.net>
2004-07-24 19:33:21 +00:00

27 lines
581 B
Makefile

# New ports collection makefile for: qdvdauthor
# Date created: 05/13/04
# Whom: oz@nixil.net
#
# $FreeBSD$
#
PORTNAME= reply-o-matic
PORTVERSION= 1.2.0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= oz@nixil.net
COMMENT= A highly configureble, secure, auto reply software
USE_REINPLACE= yes
MAN1= rom.1
post-patch:
@${REINPLACE_CMD} \
-e 's|/etc/rom|${PREFIX}/etc/rom|g' \
-e 's|/usr/sbin/rom|${PREFIX}/sbin/rom|g' \
${WRKSRC}/rom.h ${WRKSRC}/rom.1
.include <bsd.port.mk>