437e2e0fb9
Change from previous version: + don't assume that output of a "cat" command (where output is sent to stdout if the signature is verified) is able to be written with stdio.
19 lines
414 B
Makefile
19 lines
414 B
Makefile
# $NetBSD: Makefile,v 1.3 2013/04/26 23:24:55 agc Exp $
|
|
|
|
DISTNAME= netpgpverify-20130426
|
|
CATEGORIES= security
|
|
MASTER_SITES= # empty
|
|
DISTFILES= # empty
|
|
|
|
MAINTAINER= agc@NetBSD.org
|
|
HOMEPAGE= http://www.NetBSD.org/
|
|
COMMENT= Standalone PGP signature verification utility
|
|
LICENSE= modified-bsd
|
|
|
|
AUTO_MKDIRS= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
do-extract:
|
|
@${CP} -R ${FILESDIR} ${WRKSRC}
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|