openbsd-ports/mail/mixmaster/Makefile
lebel 0d6bb217ba initial import of mixmaster-2.0.4b45:
--
This software comes in a client only configuration! If you want
to setup a mixmaster server, read through the example files,
man page and keep in mind, that the server stores all it's files
in $MIXPATH (/etc/mixmaster by default).

The purpose of anonymous remailers (hereafter simply remailers) is
to provide protection against traffic analysis. Traffic analysis
is the study of who you are communicating with, when, and how often.
This reveals more than you might expect about your activities. It
will indicate who your friends and colleagues are (and they can be
told apart by looking at the times you contact them). What your
interests are, from which catalog companies you contact, and which
ftp and WWW sites you visit. Traffic analysis can even reveal
business secrets, e.g. your frequent contact with a rival could
give hints of an impending merger.

Remailers protect your e-mail from traffic analysis. The original
remailers did this by removing all headers, except the subject line,
from any message you sent to them and then forwarding them a
destination of your choice. The recipient of such a message would
not know who had sent it.

The addition of encryption to this scheme gave significant protection
from attackers who simply look a the primary improvement with the
type 2 remailer Mixmaster.

WWW: http://mixmaster.shinn.net

Submitted by Nikolay Sturm <nikolay.sturm@desy.de>
2001-07-04 15:22:33 +00:00

50 lines
1.4 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2001/07/04 15:22:33 lebel Exp $
COMMENT= "client for anonymous remailing"
VERSION= 2.0.4b45
DISTNAME= mix${VERSION:S/.//g}
PKGNAME= mixmaster-${VERSION}
CATEGORIES= mail security
NEED_VERSION= 1.405
MAINTAINER= Nikolay Sturm <nikolay.sturm@desy.de>
# GPL
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ftp://ftp.shinn.net/pub/remailer/mixmaster/v2.0/ \
ftp://ftp.zedz.net/pub/crypto/remailer/mixmaster/ \
http://tesla.desy.de/~nsturm/distfiles/
# this is a general mixmaster website, mixmaster itself is unmaintained
HOMEPAGE= http://mixmaster.shinn.net
SYSCONFDIR= /etc/mixmaster
WRKDIST=${WRKDIR}/Mix-${VERSION:S/.//g}
WRKSRC=${WRKDIST}/Src
MAKE_ENV= SYSCONFDIR="${SYSCONFDIR}"
MIXMASTER_FILES=${WRKDIST}/type2.list ${WRKDIST}/mixmaster.conf.in \
${WRKDIST}/destination.block ${WRKDIST}/mix.help.in \
${WRKDIST}/pubring.mix ${WRKDIST}/source.block \
${WRKDIST}/mix.list ${WRKDIST}/urls ${WRKDIST}/headers.del \
${WRKDIST}/getlist ${WRKDIST}/keyinfo.txt.in \
${WRKDIST}/mixmaster.conf ${WRKDIST}/mix.help
post-patch:
@perl -i -p -e "s#MIXDEST#${SYSCONFDIR}#" ${WRKDIST}/getlist
post-install:
@strip ${PREFIX}/sbin/mixmaster
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mixmaster
${INSTALL_DATA} ${MIXMASTER_FILES} ${PREFIX}/share/examples/mixmaster
${INSTALL_DATA} ${WRKDIST}/mixmaster.1 ${PREFIX}/man/man1
.include <bsd.port.mk>