mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
458 B
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>
|