4cfda5f1d1
0.16 2001/12/06 * Key ID hack. 0.15 2001/11/13 * Old man style for pgpdump.1. * The symmetric encryption algorism is displayed more user-friendly.
19 lines
471 B
Makefile
19 lines
471 B
Makefile
# $NetBSD: Makefile,v 1.9 2001/12/10 09:26:03 jun Exp $
|
|
#
|
|
|
|
DISTNAME= pgpdump-0.16
|
|
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"
|