head	1.6;
access;
symbols
	RELEASE_4_8_0:1.5
	RELEASE_5_0_0:1.4
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.6
date	2003.05.16.05.22.24;	author sobomax;	state dead;
branches;
next	1.5;

1.5
date	2003.02.20.19.15.36;	author knu;	state Exp;
branches;
next	1.4;

1.4
date	2002.11.10.16.48.32;	author lioux;	state Exp;
branches;
next	1.3;

1.3
date	2002.11.06.22.47.25;	author adamw;	state Exp;
branches;
next	1.2;

1.2
date	2002.09.01.16.07.57;	author dwcjr;	state Exp;
branches;
next	1.1;

1.1
date	2001.09.01.00.45.16;	author petef;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Complete moving www/sqmgrlog into www/sarg.
@
text
@# New ports collection makefile for:	sqmgrlog
# Date created:		Mon Feb  5 17:00:40 NOVT 2001
# Whom:			Dmitry Grigorovich <odip@@bionet.nsc.ru>
#
# $FreeBSD: ports/www/sqmgrlog/Makefile,v 1.5 2003/02/20 19:15:36 knu Exp $
#

PORTNAME=	sqmgrlog
PORTVERSION=	3.0.1
CATEGORIES=	www
MASTER_SITES=	http://web.onda.com.br/orso/

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Squid log analyzer and HTML report generator

USE_REINPLACE=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS+=	--enable-prefix=${PREFIX} --with-gcc

post-patch:
	@@${REINPLACE_CMD} -e 's,LDFLAGS="-g",LDFLAGS="",' ${WRKSRC}/configure
	@@${REINPLACE_CMD} -e 's,/usr/local/etc/httpd/htdocs/,${PREFIX}/www/data/,; \
		s,mailx,mail,' ${WRKSRC}/sqmgrlog.conf ${WRKSRC}/log.c

post-install:
	@@if [ ! -f ${PREFIX}/etc/sqmgrlog.conf ]; then \
		${INSTALL_DATA} ${WRKSRC}/sqmgrlog.conf ${PREFIX}/etc; \
	fi

.include <bsd.port.mk>
@


1.5
log
@De-pkg-comment.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.4
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d14 1
@


1.3
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a14 2
PORTCOMMENT=	Squid log analyzer and HTML report generator

@


1.2
log
@${PERL} -> ${REINPLACE_CMD}

PR:		40784
Submitted by:	corecode@@corecode.ath.cx
Reviewed by:	flynn@@energyhq.homeip.net
@
text
@d15 2
@


1.1
log
@add sqmgrlog 3.0.1
Squid log analyzer and HTML report generator

PR:		24895
Submitted by:	Dmitry Grigorovich <odip@@bionet.nsc.ru> (mostly)
@
text
@d15 1
d20 2
a21 2
	@@${PERL} -pi -e 's,LDFLAGS="-g",LDFLAGS="",' ${WRKSRC}/configure
	@@${PERL} -pi -e 's,/usr/local/etc/httpd/htdocs/,${PREFIX}/www/data/,; \
@

