31c3227c04
PR: ports/125374 Submitted by: Andy <andrewclarkii@gmail.com> Approved by: maintainer timeout (>Two weeks)
32 lines
611 B
Makefile
32 lines
611 B
Makefile
# New ports collection makefile for: free-sa
|
|
# Date created: 22 Mar 2007
|
|
# Whom: Anton Karpov <toxa@toxahost.ru>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= free-sa
|
|
PORTVERSION= 1.4.4
|
|
CATEGORIES= www
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= toxa@toxahost.ru
|
|
COMMENT= Statistic analyzer for daemons log files similar to SARG
|
|
|
|
USE_GMAKE= yes
|
|
|
|
PORTDOCS= COPYING INSTALL README README.DEV ChangeLog FAQ THANKS
|
|
DOCSDIR= share/doc/free-sa-${DISTVERSION}
|
|
|
|
MAN1= free-sa.1
|
|
MAN5= free-sa.conf.5
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
.else
|
|
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|