mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-30 10:38:37 +00:00
b43e6a81ad
PR: ports/97974 Approved by: krion(mentor), maintainer timeout
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# New ports collection makefile for: logtools
|
|
# Date created: 8 January 2002
|
|
# Whom: Mark Huizer; Eindhoven
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= logtools
|
|
PORTVERSION= 0.13c
|
|
CATEGORIES= www
|
|
MASTER_SITES= http://www.coker.com.au/logtools/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= xaa+ports@timewasters.nl
|
|
COMMENT= Useful tools to deal with CLF files (Common Log File format)
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.include <bsd.port.post.mk>
|