mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
98bd4eb2ab
PR: 107777 Submitted by: miwi Approved by: maintainer
26 lines
561 B
Makefile
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>
|