summaryrefslogtreecommitdiff
path: root/security/multigest/Makefile
blob: c7d7df7e1728265eb9c31e5fee2ebe2c56e36b55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# $NetBSD: Makefile,v 1.3 2020/01/18 23:35:09 rillig Exp $

DISTNAME=		multigest-20150211
CATEGORIES=		security
MASTER_SITES=		# not used
DISTFILES=		# not used

MAINTAINER=		agc@NetBSD.org
HOMEPAGE=		https://www.NetBSD.org/
COMMENT=		Library and utility to calculate multiple message digests
LICENSE=		modified-bsd

AUTO_MKDIRS=		yes
GNU_CONFIGURE=		yes

do-extract:
	${CP} -R ${FILESDIR} ${WRKSRC}

.include "../../mk/bsd.pkg.mk"