1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-27 05:10:36 +00:00
freebsd-ports/mail/reply-o-matic/Makefile
Pav Lucistnik 1fc84f69d7 - Update to 1.4.1
PR:		ports/102743
Submitted by:	Phil Oleson <oz@nixil.net> (maintainer)
2006-09-04 18:54:13 +00:00

26 lines
561 B
Makefile

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