1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/mail/reply-o-matic/Makefile
Pav Lucistnik 1d0ede4a03 - Update to 1.5.0
PR:		ports/122357
Submitted by:	Phil Oleson <oz@nixil.net> (maintainer)
2008-04-04 12:41:00 +00:00

25 lines
496 B
Makefile

# New ports collection makefile for: qdvdauthor
# Date created: 05/13/04
# Whom: oz@nixil.net
#
# $FreeBSD$
#
PORTNAME= reply-o-matic
PORTVERSION= 1.5.0
CATEGORIES= mail
MASTER_SITES= SF
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>