aboutsummaryrefslogtreecommitdiffstats
path: root/mail/reply-o-matic/Makefile
blob: 959294e7d8c3aa85897c87418436367f100da262 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# New ports collection makefile for:   qdvdauthor
# Date created:        05/13/04
# Whom:                oz@nixil.net
#
# $FreeBSD$
#

PORTNAME=   reply-o-matic
PORTVERSION=    1.4.2
CATEGORIES= mail
MASTER_SITES=   ${MASTER_SITE_SOURCEFORGE_EXTENDED}
MASTER_SITE_SUBDIR= ${PORTNAME}

MAINTAINER= oz@nixil.net
COMMENT=    A highly configureble, secure, auto reply software

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>