aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/flog/Makefile
blob: 77029a5b38a3781b8d31eff9bd78fa3fb2b87527 (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
28
29
30
31
32
33
# New ports collection makefile for:    flog
# Date created:             7 October 2001
# Whom:                 Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#

PORTNAME=   flog
PORTVERSION=    1.5
CATEGORIES= sysutils
MASTER_SITES=   http://oss.ezic.com/flog/ \
        ftp://ftp.nuug.no/pub/anders/distfiles/

MAINTAINER= anders@FreeBSD.org
COMMENT=    A small STDIN-to-file logger with support for log rotation

USE_REINPLACE=  yes
PORTDOCS=   README

post-patch:
    ${REINPLACE_CMD} -e "s@|O_LARGEFILE@@" ${WRKSRC}/flog.c

do-build:
    ${CC} ${CFLAGS} -o ${WRKSRC}/flog ${WRKSRC}/flog.c

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/flog ${PREFIX}/bin
.if !defined(NOPORTDOCS)
    ${INSTALL} -d -m 0755 ${DOCSDIR}
    ${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>