mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
ab4554c65b
Reportedly obtained from Debian. Submitted by: dwmalone
23 lines
412 B
Makefile
23 lines
412 B
Makefile
# New ports collection makefile for: mergelog
|
|
# Date created: Jun 25, 2002
|
|
# Whom: 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
|
|
|
|
.include <bsd.port.mk>
|