mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
481da2d4cc
secret parts of a PGP secret key for backup purposes. Obtained from: http://www.jabberwocky.com/software/paperkey/ Author: David Shaw <dshaw@jabberwocky.com>
31 lines
701 B
Makefile
31 lines
701 B
Makefile
# New ports collection makefile for: paperkey
|
|
# Date created: Mon Oct 6 12:56:53 EEST 2008
|
|
# Whom: Peter Pentchev <roam@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= paperkey
|
|
PORTVERSION= 0.8
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.jabberwocky.com/software/paperkey/
|
|
|
|
MAINTAINER= roam@FreeBSD.org
|
|
COMMENT= Extract just the secret information out of OpenPGP secret keys
|
|
|
|
GNU_CONFIGURE= yes
|
|
ALL_TARGET= all check
|
|
|
|
MAN1= paperkey.1
|
|
|
|
post-patch:
|
|
${REINPLACE_CMD} -e 's@/usr/share/doc/paperkey/README.gz@${DOCSDIR}/README@' ${WRKSRC}/paperkey.1
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|