1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-01 22:05:08 +00:00
freebsd-ports/sysutils/cronolog/Makefile
Chris D. Faulhaber 61d7daff10 cronolog is a simple program that reads log messages from its input
and writes them to a set of output files, the names of which are
constructed using template and the current date and time.  The
template uses the same format specifiers as the Unix date command
(which are the same as the standard C strftime library function).

PR:		16254
Submitted by:	Mark Blackman <tmb_ports@maddog.u-net.com>
2000-01-22 03:10:03 +00:00

23 lines
518 B
Makefile

# New ports collection makefile for: cronolog
# Version required: 1.6.1
# Date created: 20 January 2000
# Whom: Mark Blackman <tmb_ports@maddog.u-net.com>
#
# $FreeBSD$
#
DISTNAME= cronolog-1.6.1
CATEGORIES= sysutils
MASTER_SITES= http://www.ford-mason.co.uk/resources/cronolog/
MAINTAINER= tmb_ports@maddog.u-net.com
MAN1= cronolog.1m cronosplit.1m
GNU_CONFIGURE= yes
post-install:
${STRIP} ${PREFIX}/sbin/cronolog ${PREFIX}/sbin/cronolog
.include <bsd.port.mk>