- Add LICENSE
- Switch to options helpers - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
7b22a2ea35
commit
1050aa55fb
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=521918
@ -5,12 +5,14 @@ PORTNAME= thrulay
|
||||
PORTVERSION= 0.9
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= benchmarks net
|
||||
MASTER_SITES= SF \
|
||||
http://www.internet2.edu/~shalunov/thrulay/
|
||||
MASTER_SITES= SF
|
||||
|
||||
MAINTAINER= shalunov@shlang.com
|
||||
COMMENT= Network capacity tester
|
||||
|
||||
LICENSE= BSD3CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
GNU_CONFIGURE= yes
|
||||
USES= gmake libtool
|
||||
USE_LDCONFIG= yes
|
||||
@ -28,7 +30,7 @@ post-patch:
|
||||
post-extract:
|
||||
@${CP} ${WRKSRC}/doc/*.[ht]* ${WRKSRC}/
|
||||
|
||||
post-install:
|
||||
post-install-DOCS-on:
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
.for docs in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
|
||||
|
@ -13,4 +13,4 @@ Special features of thrulay include:
|
||||
(microsecond errors in sending times)
|
||||
* Human- and machine-readable output (ready to be fed to gnuplot)
|
||||
|
||||
WWW: http://www.internet2.edu/~shalunov/thrulay/
|
||||
WWW: https://sourceforge.net/projects/thrulay/
|
||||
|
Loading…
Reference in New Issue
Block a user