aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/logserial/Makefile
blob: e9e0466c1b14de6a3b570c2e5b235cf27524d610 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# 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>