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.
18 lines
461 B
Makefile
18 lines
461 B
Makefile
# $NetBSD: Makefile,v 1.11 2020/01/18 23:30:10 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= cascade-1.4
|
|
PKGREVISION= 1
|
|
CATEGORIES= cad
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=rfcascade/}
|
|
|
|
MAINTAINER= dmcmahill@NetBSD.org
|
|
HOMEPAGE= https://rfcascade.sourceforge.net/
|
|
COMMENT= Simple tool to analyze noise and distortion of a RF system
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
INSTALL_MAKE_FLAGS= prefix=${DESTDIR}${PREFIX} \
|
|
mandir=${DESTDIR}${PREFIX}/${PKGMANDIR}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|