diff options
author | ache <ache@FreeBSD.org> | 1995-09-28 16:41:56 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-09-28 16:41:56 +0000 |
commit | 1d18fd8c94875daf1f6b0536b1902e113e1b26bb (patch) | |
tree | e52e1c23d792f1a99d7e0a3a7d01304e9aa2d8bd /mail/elm | |
parent | ccb1132d9efd474a5ac006e8fe2870e96cabb722 (diff) | |
download | FreeBSD-ports-1d18fd8c94875daf1f6b0536b1902e113e1b26bb.zip FreeBSD-ports-1d18fd8c94875daf1f6b0536b1902e113e1b26bb.tar.gz |
Replace obsoleted elm with former elm.with_pgp which can work without
PGP too.
Diffstat (limited to 'mail/elm')
-rw-r--r-- | mail/elm/Makefile | 26 | ||||
-rw-r--r-- | mail/elm/distinfo | 3 | ||||
-rw-r--r-- | mail/elm/pkg-comment | 2 | ||||
-rw-r--r-- | mail/elm/pkg-descr | 2 | ||||
-rw-r--r-- | mail/elm/scripts/pre-configure | 16 |
5 files changed, 31 insertions, 18 deletions
diff --git a/mail/elm/Makefile b/mail/elm/Makefile index 661e034..2b60c90 100644 --- a/mail/elm/Makefile +++ b/mail/elm/Makefile @@ -1,19 +1,25 @@ # New ports collection makefile for: elm -# Version required: 2.4 -# Date created: 14 October 1994 -# Whom: piero +# Version required: 2.4 ME8a +# Date created: 26 June 1995 +# Whom: ache # -# $Id: Makefile,v 1.4 1995/04/11 20:28:05 asami Exp $ +# $Id: Makefile,v 1.3 1995/09/22 20:10:54 ache Exp $ # -DISTNAME= elm2.4 -PKGNAME= elm-2.4 +DISTNAME= elm-2.4pl24me8 +PKGNAME= elm-2.4m8a +PATCHFILES= elm-2.4pl24me8a.diffs.Z +PATCH_DIST_STRIP= -p1 CATEGORIES+= mail -MASTER_SITES= ftp://dsinc.myxa.com/pub/elm/ -EXTRACT_SUFX= .tar.Z +MASTER_SITES= ftp://cs.hmc.edu/pub/me/ +PATCH_SITES= ${MASTER_SITES} + +MAINTAINER= ache@FreeBSD.ORG -NO_WRKSUBDIR= yes IS_INTERACTIVE= yes -NO_PACKAGE= yes +NO_PACKAGE= yes # I don't know, why + +post-install: + cd ${WRKSRC}/nls; ${MAKE} install .include <bsd.port.mk> diff --git a/mail/elm/distinfo b/mail/elm/distinfo index 906888a..3797cda 100644 --- a/mail/elm/distinfo +++ b/mail/elm/distinfo @@ -1 +1,2 @@ -MD5 (elm2.4.tar.Z) = 0e9d1985fc64bfb39a91eb406b124f64 +MD5 (elm-2.4pl24me8.tar.gz) = 5419a3de3b9d8e69ea52c47c617a6a9c +MD5 (elm-2.4pl24me8a.diffs.Z) = 6be90830bd929cab64e14c5aa7ca97cf diff --git a/mail/elm/pkg-comment b/mail/elm/pkg-comment index 33d7b0a..94b2bfd 100644 --- a/mail/elm/pkg-comment +++ b/mail/elm/pkg-comment @@ -1 +1 @@ -ELM Mail User Agent v2.4 +ELM Mail User Agent, v2.4pl24 ME8a diff --git a/mail/elm/pkg-descr b/mail/elm/pkg-descr index 489b59b..e7b0352 100644 --- a/mail/elm/pkg-descr +++ b/mail/elm/pkg-descr @@ -1,2 +1,2 @@ Elm is an interactive screen-oriented mailer program that - supersedes mail and mailx. + supersedes mail and mailx. This version comes with PGP support. diff --git a/mail/elm/scripts/pre-configure b/mail/elm/scripts/pre-configure index b336c7e..b17d53a 100644 --- a/mail/elm/scripts/pre-configure +++ b/mail/elm/scripts/pre-configure @@ -1,7 +1,7 @@ #!/bin/sh - # # pre-configure script for Elm port to FreeBSD 2.0 -# $Id: pre-configure,v 1.1 1994/11/25 19:13:56 gpalmer Exp $ +# $Id: pre-configure,v 1.4 1995/09/23 21:06:06 ache Exp $ PortsDir=$PORTSDIR CurDir=$CURDIR @@ -58,7 +58,7 @@ c='' orderlib='false' ranlib='/usr/bin/ranlib' package='elm2' -pager='builtin+' +pager='builtin++' prefshell='/bin/csh' startsh='#!/bin/sh' d_eunice='undef' @@ -113,6 +113,7 @@ more nroff pack pg +pgp pmake pr rmail @@ -173,7 +174,7 @@ pack='pack' compress='/usr/bin/compress' execmail='' libswanted='intl nls' -c_date='Sat May 13 00:58:50 MSD 1995' +c_date='Tue Jul 4 04:52:32 MSD 1995' d_ascii='undef' d_broke_ctype='undef' d_calendar='define' @@ -213,6 +214,7 @@ d_mallocvoid='define' d_mboxedit='undef' d_mime='undef' defencoding='7bit' +d_8bitmime='undef' defcharset='US-ASCII' defdispcharset='US-ASCII' d_mmdf='undef' @@ -273,7 +275,7 @@ i_utime='define' i_sysutime='undef' lib='/usr/local/lib' libc='/usr/lib/libc.so.2.1' -linepr='/usr/bin/lpr' +linepr='/usr/bin/lp' maildir='/var/mail' mailer='/usr/sbin/sendmail' mailgrp='bin' @@ -294,7 +296,7 @@ small='' medium='' large='' huge='' -optimize='-O2' +optimize='-O2 -fno-strength-reduce' ccflags='' cppflags='' ldflags='' @@ -319,6 +321,10 @@ xencf='' xenlf='' d_xenix='undef' d_bsd='define' +d_pgp='define' +pgp='/usr/local/bin/pgp' +pgp_path='/usr/local/bin/pgp' +d_remailer='define' CONFIG=true EOF |