freebsd-ports/sysutils/flog/Makefile
Anders Nordby 3ccdb4f05a Update to 1.7.
PR:		95938
Submitted by:	Martin Wilke <freebsd@unixfreunde.de>
2006-07-27 17:24:31 +00:00

33 lines
720 B
Makefile

# New ports collection makefile for: flog
# Date created: 7 October 2001
# Whom: Anders Nordby <anders@fix.no>
#
# $FreeBSD$
#
PORTNAME= flog
PORTVERSION= 1.7
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
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>