aboutsummaryrefslogtreecommitdiff
path: root/www/logtools/Makefile
blob: 7e591f0ae7dd2f14ffed3dd050c8787a1b2ba94e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# New ports collection makefile for:	logtools
# Date created:		8 January 2002
# Whom:			Mark Huizer; Eindhoven
#
# $FreeBSD$
#

PORTNAME=	logtools
PORTVERSION=	0.13d
CATEGORIES=	www
MASTER_SITES=	http://www.coker.com.au/logtools/ \
  		LOCAL/chinsan/logtools/
EXTRACT_SUFX=	.tgz

MAINTAINER=	chinsan@FreeBSD.org
COMMENT=	Useful tools to deal with CLF files (Common Log File format)

GNU_CONFIGURE=	yes
USE_GCC=	3.4+
MAN1=		clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1

.include <bsd.port.mk>