aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/cronolog-devel/Makefile
blob: c6ae1bea21837b19e10f85c5a24b88d76e5dd9e3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# New ports collection makefile for:   cronolog-beta
# Date created:        10 November 2010
# Whom:                Jason Helfman <jhelfman@experts-exchange.com>
#
# $FreeBSD$
#

PORTNAME=   cronolog
PORTVERSION=    1.7.0
CATEGORIES= sysutils
MASTER_SITES=   http://cronolog.org/patches/
PKGNAMESUFFIX=  -devel
DISTNAME=   ${PORTNAME}-${PORTVERSION}-beta

MAINTAINER= jgh@FreeBSD.org
COMMENT=    A web log rotation utility that provides datestamp filenames

PLIST_FILES=    sbin/cronolog \
        sbin/cronosplit

CONFLICTS=  cronolog-[0-9]*

WRKSRC=     ${WRKDIR}/cronolog-${PORTVERSION}
INFO=       cronolog
MAN1=       cronolog.1m cronosplit.1m

GNU_CONFIGURE=  yes

.include <bsd.port.mk>