pkgsrc/security/antonym/Makefile
tv c459895f96 antonym 1.9. From the DESCR:
Many people use anonymous pseudonyms to send and receive mail that cannot
be traced to them. This program is for people who know what the pseudonyms
(shortened to 'nyms' from here on) are, understand how they work, and wish
to make their use a little easier. Antonym supports the following
functions:

    * Generating a create or modify block for a given reply path
    * Decrypting a message sent to a particular nym
    * Generating random passwords or text phrases
    * Encrypting mails to be sent to nymservers
    * Encrypting mails to be sent to anonymous remailers
    * Calculating statistics about a given remailer chain
2004-05-05 16:34:34 +00:00

30 lines
896 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2004/05/05 16:34:34 tv Exp $
#
DISTNAME= antonym-1.9
CATEGORIES= security mail
MASTER_SITES= http://subwiki.honeypot.net/pub/Computing/AntoNym/
MAINTAINER= tv@duh.org
HOMEPAGE= http://subwiki.honeypot.net/cgi-bin/view/Computing/AntoNym
COMMENT= Anonymous nymserver account maintenance tool
DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
DEPENDS+= pgp-2.*:../../security/pgp2
WRKSRC= ${WRKDIR}/antonym
USE_BUILDLINK3= yes
USE_PERL5= yes
REPLACE_PERL= antonym
PKG_INSTALLATION_TYPES= overwrite pkgviews
do-build: # empty
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/antonym ${PREFIX}/bin/
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/antonym
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/antonym/
${INSTALL_DATA} ${WRKSRC}/replyblocks.dat.example ${PREFIX}/share/examples/antonym/dot.antonym
.include "../../mk/bsd.pkg.mk"