freebsd-ports/sysutils/logserial/Makefile
Pav Lucistnik 1d82e74887 Logserial stores data received from serial device in a file. Upon receiving
SIGHUP it reopens the file, thus allowing automated rotation of logs. One
possible application of logserial is to save logs of PBX.

PR:		ports/93091
Submitted by:	Anastasya Batieva <nastya@rsu.ru>
2006-05-07 13:36:15 +00:00

27 lines
535 B
Makefile

# New ports collection makefile for: logserial
# Date created: 25 November 2005
# Whom: nastya
#
# $FreeBSD$
#
PORTNAME= logserial
PORTVERSION= 1.0
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.rsu.ru/pub/sysutils/unix/
MAINTAINER= nastya@rsu.ru
COMMENT= Daemon logging data from serial port
USE_RC_SUBR= yes
MAN8= logserial.8
MANCOMPRESSED= yes
PLIST_FILES= bin/logserial \
etc/rc.d/logserial.sh \
post-patch:
@${REINPLACE_CMD} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} ${WRKSRC}/logserial.sh
.include <bsd.port.mk>