mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
add mmail 0.43
Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE Submitted by: Frederic Cambus
This commit is contained in:
parent
93f918f4ad
commit
479a0785ef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=75440
@ -36,6 +36,7 @@
|
||||
SUBDIR += knews
|
||||
SUBDIR += leafnode
|
||||
SUBDIR += leafnode+
|
||||
SUBDIR += mmail
|
||||
SUBDIR += multisuck
|
||||
SUBDIR += newscache
|
||||
SUBDIR += newsfetch
|
||||
|
30
news/mmail/Makefile
Normal file
30
news/mmail/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# ex:ts=8
|
||||
# Ports collection makefile for: mmail
|
||||
# Date created: 18 September 2002
|
||||
# Whom: Frederic Cambus
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= mmail
|
||||
PORTVERSION= 0.43
|
||||
CATEGORIES= news
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
${MASTER_SITE_SUNSITE}
|
||||
MASTER_SITE_SUBDIR= multimail \
|
||||
system/bbs/mail
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
|
||||
RUN_DEPENDS= zip:${PORTSDIR}/archivers/zip \
|
||||
unzip:${PORTSDIR}/archivers/unzip
|
||||
|
||||
USE_GMAKE= yes
|
||||
|
||||
MAN1= mmail.1
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/mm ${PREFIX}/bin/mmail
|
||||
${INSTALL_MAN} ${WRKSRC}/mm.1 ${MANPREFIX}/man/man1/mmail.1
|
||||
|
||||
.include <bsd.port.mk>
|
1
news/mmail/distinfo
Normal file
1
news/mmail/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (mmail-0.43.tar.gz) = c69e331d07aaa0d73a0e46fe1b0e166c
|
1
news/mmail/pkg-comment
Normal file
1
news/mmail/pkg-comment
Normal file
@ -0,0 +1 @@
|
||||
Offline BBS mail packet reader supporting QWK/OMEN/SOUP/OPX/BLUEWAVE
|
10
news/mmail/pkg-descr
Normal file
10
news/mmail/pkg-descr
Normal file
@ -0,0 +1,10 @@
|
||||
MultiMail is an offline mail packet reader for UNIX and other systems. It
|
||||
currently supports the Blue Wave, QWK, OMEN, and SOUP formats. It has a full
|
||||
screen, color user interface, built with the curses library. Features include
|
||||
auto-decompression of packets with external compress program, user-friendly
|
||||
menus to select packet, area, letter, etc., save whole area or one letter in a
|
||||
text file, enter mail in any area (using an external editor), insert tagline
|
||||
from a tagline file, reply mail with quote, write netmail, and netmail
|
||||
addressbook.
|
||||
|
||||
WWW: http://multimail.sourceforge.net/
|
1
news/mmail/pkg-plist
Normal file
1
news/mmail/pkg-plist
Normal file
@ -0,0 +1 @@
|
||||
bin/mmail
|
Loading…
Reference in New Issue
Block a user