1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-14 07:43:06 +00:00
freebsd-ports/sysutils/cronolog-devel/Makefile
Jason Helfman d343539d3a move contributor address => jgh
Approved by:	crees (mentor)
2011-12-20 17:10:19 +00:00

30 lines
657 B
Makefile

# 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>