ffe83de7b1
pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
19 lines
464 B
Makefile
19 lines
464 B
Makefile
# $NetBSD: Makefile,v 1.12 2020/01/18 23:30:08 rillig Exp $
|
|
|
|
DISTNAME= thrulay-0.9
|
|
CATEGORIES= benchmarks net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=thrulay/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://thrulay.sourceforge.net/
|
|
COMMENT= TCP and UDP network capacity tester
|
|
LICENSE= modified-bsd
|
|
|
|
MAKE_JOBS_SAFE= no
|
|
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
INSTALLATION_DIRS= bin share/doc/thrulay
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|