mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Add LICENSE
- Pet portlint - Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
5edd3abe93
commit
aead6c2a80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509892
@ -9,17 +9,20 @@ MASTER_SITES= https://unix4lyfe.org/darkstat/
|
||||
MAINTAINER= emikulic@gmail.com
|
||||
COMMENT= Network statistics gatherer and reporter
|
||||
|
||||
USE_RC_SUBR= darkstat
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING.GPL
|
||||
|
||||
USES= tar:bzip2
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
USE_RC_SUBR= darkstat
|
||||
|
||||
PORTDOCS= AUTHORS INSTALL README
|
||||
PLIST_FILES= sbin/darkstat man/man8/darkstat.8.gz
|
||||
|
||||
OPTIONS_DEFINE= DOCS
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
|
||||
|
||||
|
@ -3,4 +3,4 @@ and smaller than ntop, it uses libpcap to capture network traffic and serves up
|
||||
Web page reports of statistics such as data transferred by host, port, and
|
||||
protocol. It also has a neat bandwidth usage graph.
|
||||
|
||||
WWW: http://unix4lyfe.org/darkstat/
|
||||
WWW: https://unix4lyfe.org/darkstat/
|
||||
|
Loading…
Reference in New Issue
Block a user