mirror of
https://git.freebsd.org/ports.git
synced 2025-05-25 07:26:29 -04: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
2 changed files with 6 additions and 3 deletions
|
@ -9,17 +9,20 @@ MASTER_SITES= https://unix4lyfe.org/darkstat/
|
||||||
MAINTAINER= emikulic@gmail.com
|
MAINTAINER= emikulic@gmail.com
|
||||||
COMMENT= Network statistics gatherer and reporter
|
COMMENT= Network statistics gatherer and reporter
|
||||||
|
|
||||||
USE_RC_SUBR= darkstat
|
LICENSE= GPLv2
|
||||||
|
LICENSE_FILE= ${WRKSRC}/COPYING.GPL
|
||||||
|
|
||||||
USES= tar:bzip2
|
USES= tar:bzip2
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
|
|
||||||
|
USE_RC_SUBR= darkstat
|
||||||
|
|
||||||
PORTDOCS= AUTHORS INSTALL README
|
PORTDOCS= AUTHORS INSTALL README
|
||||||
PLIST_FILES= sbin/darkstat man/man8/darkstat.8.gz
|
PLIST_FILES= sbin/darkstat man/man8/darkstat.8.gz
|
||||||
|
|
||||||
OPTIONS_DEFINE= DOCS
|
OPTIONS_DEFINE= DOCS
|
||||||
|
|
||||||
post-install:
|
post-install-DOCS-on:
|
||||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||||
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${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
|
Web page reports of statistics such as data transferred by host, port, and
|
||||||
protocol. It also has a neat bandwidth usage graph.
|
protocol. It also has a neat bandwidth usage graph.
|
||||||
|
|
||||||
WWW: http://unix4lyfe.org/darkstat/
|
WWW: https://unix4lyfe.org/darkstat/
|
||||||
|
|
Loading…
Add table
Reference in a new issue