f2b4d11a7f
0.22 2004/01/23 * parse_subpacket() are split into parse_signature_subpacket() and parse_userattr_subpacket(). A bug of length calculation is fixed. * The critical bit of the signature subpackets are supported. Peter Palfrader <peter@palfrader.org> 0.21 2004/01/13 * Removing compiler warnings. * Using getopt(). * Supporting RISC OS. Stefan Bellon <sbellon@sbellon.de> * Correct casting for Bzip2. Stefan Bellon <sbellon@sbellon.de> * Prepared os/riscos/{config.h,Makefile} since "sh" does not exist on RISC OS. Stefan Bellon <sbellon@sbellon.de>
19 lines
473 B
Makefile
19 lines
473 B
Makefile
# $NetBSD: Makefile,v 1.14 2004/01/23 14:49:35 taca Exp $
|
|
#
|
|
|
|
DISTNAME= pgpdump-0.22
|
|
CATEGORIES= security
|
|
MASTER_SITES= ftp://pgp.iijlab.net/pub/pgp/tools/
|
|
|
|
MAINTAINER= tech-pkg-ja@jp.NetBSD.org
|
|
HOMEPAGE= ftp://pgp.iijlab.net/pub/pgp/tools/
|
|
COMMENT= PGP packet visualizer
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pgpdump
|
|
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${WRKSRC}/README \
|
|
${PREFIX}/share/doc/pgpdump
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|