1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00
freebsd-ports/www/sarg/Makefile
Maxim Sobolev 47198d2e47 Update to 1.4.1.
PR:		52209
Submitted by:	maintainer
2003-05-16 05:16:39 +00:00

22 lines
503 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
CATEGORIES= www
MASTER_SITES= http://web.onda.com.br/orso/
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
.include <bsd.port.mk>