mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
db5e2bc177
Approved by: portmgr@ (implicit)
25 lines
494 B
Makefile
25 lines
494 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= Highly configurable, 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>
|