1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-07 22:58:11 +00:00
freebsd-ports/sysutils/cronolog/Makefile
Chris D. Faulhaber 50ab159d7a We only need to strip the binary once
PR:		16493
Submitted by:	Maintainer
2000-01-31 23:25:33 +00:00

23 lines
494 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
.include <bsd.port.mk>