freebsd-ports/www/free-sa/Makefile
Wesley Shields 36d0b84999 - Update to 1.6.0
PR:		ports/133361
Submitted by:	Andrew Clark <andrewclarkii@gmail.com>
Approved by:	maintainer timeout
2009-05-01 14:41:13 +00:00

34 lines
768 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.6.0
CATEGORIES= www
MASTER_SITES= SF
MAINTAINER= toxa@toxahost.ru
COMMENT= Statistic analyzer for daemons log files similar to SARG
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)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile
.endif
.if (${OSVERSION} >= 700000 && ${OSVERSION} <= 800000)
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk
.else
EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-i386.mk
.endif
.include <bsd.port.post.mk>