pkgsrc-wip/pine-pgp-filters/Makefile
Jeremy C. Reed a43978fb50 Import of pine-pgp-filters.
pine-pgp-filters are simple, fast, Bourne Shell-based pgp filters
for Pine. They use gnupg if it's available. It includes encrypt,
decrypt, sign, and verify functions and a pseudo-filter to verify
messages that were sent using MIME encoding to attach the signature.

This code is from Doug Barton of FreeBSD.

This code has not been tested yet. Please test and let me know.
2004-05-07 16:37:00 +00:00

22 lines
629 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/07 16:37:00 jeremy-c-reed Exp $
#
DISTNAME= pine-pgp-filters-1.1
CATEGORIES= security mail
MASTER_SITES= http://dougbarton.net/FreeBSD/Downloads/
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://dougbarton.net/FreeBSD/Downloads/
COMMENT= Filters to integrate Pine with gnupg or pgp
HAS_CONFIGURE= yes
CONFIGURE_ARGS+= --prefix=${PREFIX}
NO_BUILD= yes
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/pine-pgp-filters
.for f in BUGS CHANGES INSTALL LICENSE README
${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/doc/pine-pgp-filters/
.endfor
.include "../../mk/bsd.pkg.mk"