blob: ae0ab53108a299b1c6ad86795c7826caaf0c8f80 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: mergelog
# Date created: Jun 25, 2002
# Whom: Anton Berezin <tobez@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= mergelog
PORTVERSION= 4.5
PORTREVISION= 1
CATEGORIES= www textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
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
.include <bsd.port.mk>
|