mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-28 05:29:48 +00:00
23a732672e
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>
28 lines
581 B
Makefile
28 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>
|