freebsd-ports/sysutils/flog/Makefile
Mark Pulford 205e500371 Add flog 1.3, a small STDIN-to-file logger with support for log
rotation.

PR:		31099
Submitted by:	Anders Nordby <anders@fix.no>
2001-10-10 10:29:18 +00:00

26 lines
551 B
Makefile

# New ports collection makefile for: flog
# Date created: 7 October 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= flog
PORTVERSION= 1.3
CATEGORIES= sysutils
MASTER_SITES= http://oss.ezic.com/flog/ \
http://ftp.nuug.no/pub/anders/distfiles/
MAINTAINER= ports@FreeBSD.org
do-build:
${CC} ${CFLAGS} -o ${WRKSRC}/flog ${WRKSRC}/flog.c
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/flog ${PREFIX}/bin
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>