freebsd-ports/security/paperkey/Makefile
Peter Pentchev ea2343b90b Update paperkey to version 1.2, getting rid of the packing list by
using the PLIST_FILES and PORTDOCS variables in a slightly different
way than in the PR.

PR:		139642
Submitted by:	Sylvio Cesar <scjamorim@bsd.com.br>
2009-10-15 11:04:12 +00:00

29 lines
632 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.2
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
PLIST_FILES= bin/paperkey
MAN1= paperkey.1
PORTDOCS= NEWS README
.if !defined(NOPORTDOCS)
post-install:
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S@^@${WRKSRC}/@} ${DOCSDIR}
.endif
.include <bsd.port.mk>