freebsd-ports/mail/reply-o-matic/Makefile
Martin Wilke 98bd4eb2ab - Update to 1.4.2
PR:		107777
Submitted by:	miwi
Approved by:	maintainer
2007-01-12 21:57:41 +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.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>