15 lines
316 B
Makefile
15 lines
316 B
Makefile
PORTNAME= mergelog
|
|
PORTVERSION= 4.5
|
|
PORTREVISION= 3
|
|
CATEGORIES= www textproc
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Tool to merge and sort by date http log files
|
|
WWW= https://mergelog.sourceforge.net/
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
|
|
|
|
.include <bsd.port.mk>
|