Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 13 Oct 1996 10:42:08 +0200 (MET DST)
From:      Andreas Klemm <andreas@klemm.gtn.com>
To:        "David E. O'Brien" <obrien@Nuxi.cs.ucdavis.edu>
Cc:        "Eric J. Schwertfeger" <ejs@bfd.com>, ache@nagual.ru, ports@FreeBSD.ORG
Subject:   Re: is someone doing a mutt port ?! If not I will...
Message-ID:  <Pine.BSF.3.95.961013104006.8917G-100000@klemm.gtn.com>
In-Reply-To: <199610122055.NAA26661@relay.nuxi.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 12 Oct 1996, David E. O'Brien wrote:

> > Problem is, ITAR doesn't even allow you to export software that has hooks
> > to call external encryption programs.  If the author of mutt is a
> > stickler on ITAR, this may be the problem.
> 
> He is.
> 
> The port I made works pretty good for either.  There are patches to give
> the non-USA residents the same functionality as the USA only version.
> The patches are on one of Ollivier's web site.  The port would work much
> better if the files were ftp'able (hint, hint :-)))).

Don't understand what you mean ... I prepared a port based in Olliviers
stuff (0.47.11) and it works very well...


# New ports collection makefile for: mutt
# Version required:     mutt 0.47 international / export restricted
# Michael Elkins mutt homepage is http://www.cs.hmc.edu/~me/mutt/
#
# Date created:		Sat Oct 12 15:47:15 MET DST 1996
# Whom:			Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id$
#

CATEGORIES+=	mail

DISTNAME=	mutt-0.47

MAINTAINER=	Andreas Klemm <andreas@klemm.gtn.com>

NO_PACKAGE=     YES		# This could be false for the patched
				# international version
GNU_CONFIGURE=	YES
CONFIGURE_ARGS+=--enable-pop --enable-random-sig --datadir=${PREFIX}/mutt
					# defining datadir still doesn't work

# Need to define USA_RESIDENT to YES or NO
IS_INTERACTIVE=	YES

.if !defined(USA_RESIDENT) || ${USA_RESIDENT} != YES && ${USA_RESIDENT} != NO
pre-fetch:
	@echo
	@echo You must set variable USA_RESIDENT to YES, if you are USA resident
	@echo or to NO, if you aren\'t USA resident to build this package
	@false
.elif defined(USA_RESIDENT)
.if ${USA_RESIDENT} == YES
DISTNAME=       mutt-0.47
MASTER_SITES=	ftp://ftp.fu-berlin.de/pub/unix/mail/mutt/mutt-pgp/
FILESDIR=       ${.CURDIR}/files.usa
.else
DISTNAME=       mutt-0.47.11
MASTER_SITES=	http://web.efrei.fr/~parmelan/mutt/roberto/0.47/
WRKSRC=         ${WRKDIR}/mutt-0.47
FILESDIR=       ${.CURDIR}/files.non_usa
.endif
.endif

.include <bsd.port.mk>

__
andreas@klemm.gtn.com         /\/\___      Wiechers & Partner Datentechnik GmbH
   Andreas Klemm          ___/\/\/         Support Unix -- andreas.klemm@wup.de
pgp p-key  http://www-swiss.ai.mit.edu/~bal/pks-toplev.html  >>> powered by <<<
ftp://sunsite.unc.edu/pub/Linux/system/Printing/aps-491.tgz  >>>    FreeBSD <<<




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.95.961013104006.8917G-100000>