aboutsummaryrefslogtreecommitdiffstats
path: root/www/squidview/Makefile
blob: 79cd09d45e3fc87c0da3f6800d3e209d9edf9be9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    squidview
# Date created:     2007-04-21
# Whom:         stas
#
# $FreeBSD$
#

PORTNAME=   squidview
PORTVERSION=    0.73
CATEGORIES= www
MASTER_SITES=   http://www.rillion.net/squidview/

MAINTAINER= stas@FreeBSD.org
COMMENT=    Monitor squid statistics in realtime

GNU_CONFIGURE=  yes

MAN1=       squidview.1
DOCS=       HOWTO README
DATAFILES=  aliases users words

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/squidview ${PREFIX}/bin/

    ${MKDIR} ${DATADIR}
    ${INSTALL_DATA} ${DATAFILES:S,^,${WRKSRC}/,} ${DATADIR}/

.if !defined(NOPORTDOCS)
    ${MKDIR} ${DOCSDIR}
    ${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${DOCSDIR}/
.endif
    ${INSTALL_MAN} ${WRKSRC}/squidview.1 ${MAN1PREFIX}/man/man1/

.include <bsd.port.mk>