1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-29 01:13:08 +00:00
freebsd-ports/security/paperkey/Makefile
Peter Pentchev 2fff1b38ce Update to paperkey-1.1.
No longer fix up the README location in the manpage - it's not there anymore :)
2009-03-18 16:09:35 +00:00

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>