mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
2fff1b38ce
No longer fix up the README location in the manpage - it's not there anymore :)
28 lines
588 B
Makefile
28 lines
588 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= 1.1
|
|
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
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
post-install:
|
|
${MKDIR} ${DOCSDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/NEWS ${WRKSRC}/README ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|