2000-01-22 03:10:03 +00:00
|
|
|
# New ports collection makefile for: cronolog
|
|
|
|
# Date created: 20 January 2000
|
|
|
|
# Whom: Mark Blackman <tmb_ports@maddog.u-net.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
PORTNAME= cronolog
|
2000-04-22 10:14:11 +00:00
|
|
|
PORTVERSION= 1.6.1
|
2000-04-09 19:09:11 +00:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://www.ford-mason.co.uk/resources/cronolog/
|
2000-01-22 03:10:03 +00:00
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
MAINTAINER= tmb_ports@maddog.u-net.com
|
2000-01-22 03:10:03 +00:00
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
MAN1= cronolog.1m cronosplit.1m
|
2000-01-22 03:10:03 +00:00
|
|
|
|
2000-04-09 19:09:11 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-01-22 03:10:03 +00:00
|
|
|
|
|
|
|
post-install:
|
2000-01-31 23:25:33 +00:00
|
|
|
${STRIP} ${PREFIX}/sbin/cronolog
|
2000-01-22 03:10:03 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|