mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
422bce3414
my ports in the past 3 weeks while ports were broken on any 10.x machines, which means I'm unable to maintain them. So let people know that there's no available support for them until things are back to normal (which also means that anyone with spare time will be able to fix them without getting approval).
35 lines
718 B
Makefile
35 lines
718 B
Makefile
# 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= ports@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>
|