mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-15 07:56:36 +00:00
26 lines
549 B
Makefile
26 lines
549 B
Makefile
# Created by: 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= sylvio@FreeBSD.org
|
|
COMMENT= Useful tools to deal with CLF files (Common Log File format)
|
|
|
|
PLIST_FILES= bin/clfmerge \
|
|
bin/clfsplit \
|
|
bin/clfdomainsplit \
|
|
bin/logprn \
|
|
bin/funnel \
|
|
etc/clfdomainsplit.cfg
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAN1= clfmerge.1 logprn.1 funnel.1 clfsplit.1 clfdomainsplit.1
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|