1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/sysutils/cronolog/Makefile

23 lines
458 B
Makefile

# New ports collection makefile for: cronolog
# Date created: 20 January 2000
# Whom: Mark Blackman <tmb_ports@maddog.u-net.com>
#
# $FreeBSD$
#
PORTNAME= cronolog
PORTVERSION= 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
.include <bsd.port.mk>