aboutsummaryrefslogtreecommitdiffstats
path: root/www/mergelog/Makefile
blob: 4cb70d661c6068089bc7110825fb2b7d530a26a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Created by: Anton Berezin <tobez@FreeBSD.org>
# $FreeBSD$

PORTNAME=   mergelog
PORTVERSION=    4.5
PORTREVISION=   2
CATEGORIES= www textproc
MASTER_SITES=   SF

MAINTAINER= tobez@FreeBSD.org
COMMENT=    A tool to merge and sort by date http log files

USE_GMAKE=  yes
GNU_CONFIGURE=  yes

MAN1=   mergelog.1 zmergelog.1

NO_STAGE=   yes
.include <bsd.port.mk>