freebsd-ports/www/sarg/Makefile
Pete Fritchman f20329dfaf Add a patch to fix a sort bug.
PR:		64888
Submitted by:	maintainer
2004-05-01 03:17:14 +00:00

30 lines
716 B
Makefile

# New ports collection makefile for: sarg
# Date created: 23.02.2003
# Whom: mt@primats.org.ua
#
# $FreeBSD$
#
PORTNAME= sarg
PORTVERSION= 1.4.1
PORTREVISION= 1
CATEGORIES= www
MASTER_SITES= http://web.onda.com.br/orso/
PATCH_SITES= ${MASTER_SITES:S/$/%SUBDIR%\//}
PATCH_SITE_SUBDIR= patches
PATCHFILES= sarg-1.4.1-index.sort.patch
MAINTAINER= mt@primats.org.ua
COMMENT= Squid log analyzer and HTML report generator
GNU_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX} --exec-prefix=${PREFIX} --enable-bindir="${PREFIX}/bin" --enable-sysconfdir="${PREFIX}/etc/${PORTNAME}" --with-gcc
MAN1= sarg.1
post-extract:
@${CHMOD} +x ${WRKSRC}/cfgaux ${WRKSRC}/include ${WRKSRC}/languages
.include <bsd.port.mk>