pkglint -r --network --only "migrate" As a side-effect of migrating the homepages, pkglint also fixed a few indentations in unrelated lines. These and the new homepages have been checked manually.
20 lines
509 B
Makefile
20 lines
509 B
Makefile
# $NetBSD: Makefile,v 1.4 2020/01/26 17:32:02 rillig Exp $
|
|
|
|
DISTNAME= ecap_clamav_adapter-2.0.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.measurement-factory.com/tmp/ecap/
|
|
|
|
MAINTAINER= prlw1@cam.ac.uk
|
|
HOMEPAGE= https://www.e-cap.org/
|
|
COMMENT= eCAP ClamAV adapter
|
|
LICENSE= 2-clause-bsd
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LANGUAGES= c c++11
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
|
|
.include "../../security/clamav/buildlink3.mk"
|
|
.include "../../www/libecap/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|