b686dd9180
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.
16 lines
387 B
Makefile
16 lines
387 B
Makefile
# $NetBSD: Makefile,v 1.20 2020/01/18 23:35:06 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= aide-0.6
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://ftp.cs.tut.fi/pub/src/gnu/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://aide.sourceforge.net/
|
|
COMMENT= Older intrusion detection system for checking file integrity
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_TOOLS+= bison flex
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|