freebsd-ports/sysutils/cronolog-devel/Makefile
Bryan Drewery 27705cc4ce - Take maintainership
- Convert to staging
- Remove indefinite article from COMMENT
2013-10-20 00:33:52 +00:00

25 lines
519 B
Makefile

# $FreeBSD$
PORTNAME= cronolog
PORTVERSION= 1.7.0
CATEGORIES= sysutils
MASTER_SITES= http://cronolog.org/patches/
PKGNAMESUFFIX= -devel
DISTNAME= ${PORTNAME}-${PORTVERSION}-beta
MAINTAINER= bdrewery@FreeBSD.org
COMMENT= Web log rotation utility that provides datestamp filenames
PLIST_FILES= sbin/cronolog \
sbin/cronosplit \
man/man1/cronolog.1m.gz \
man/man1/cronosplit.1m.gz
CONFLICTS= cronolog-[0-9]*
WRKSRC= ${WRKDIR}/cronolog-${PORTVERSION}
INFO= cronolog
GNU_CONFIGURE= yes
.include <bsd.port.mk>