summaryrefslogtreecommitdiff
path: root/sysutils/cronolog/Makefile
blob: ae84694e9c4da425373ea8275cf09f04c0cea9eb (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# 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

.include <bsd.port.mk>