freebsd-ports/mail/reply-o-matic/Makefile
Baptiste Daroussin c71ee02f2e Resetting maintainership on ports that have not been staged and without any
pending PR (related to stage)

With hat:	portmgr
2014-07-04 09:12:57 +00:00

21 lines
418 B
Makefile

# Created by: oz@nixil.net
# $FreeBSD$
PORTNAME= reply-o-matic
PORTVERSION= 1.5.0
CATEGORIES= mail
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= Highly configurable, secure, auto reply software
MAN1= rom.1
NO_STAGE= yes
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>