diff options
author | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-03 01:20:06 +0000 |
---|---|---|
committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 1995-10-03 01:20:06 +0000 |
commit | 929931d3f41395e0d6bcbe5f67b3fbf9215568d4 (patch) | |
tree | ab455a3f50971d6e30012ede68e45757b5ee4cc7 /mail/xfmail | |
parent | xforms-0.75 port (diff) |
xfmail 0.3-BETA port
Submitted by: Gennady Sorokopud <gea@NetVision.net.il>
Notes
Notes:
svn path=/head/; revision=2218
Diffstat (limited to 'mail/xfmail')
-rw-r--r-- | mail/xfmail/Makefile | 25 | ||||
-rw-r--r-- | mail/xfmail/pkg-comment | 1 | ||||
-rw-r--r-- | mail/xfmail/pkg-descr | 12 | ||||
-rw-r--r-- | mail/xfmail/pkg-plist | 3 |
4 files changed, 41 insertions, 0 deletions
diff --git a/mail/xfmail/Makefile b/mail/xfmail/Makefile new file mode 100644 index 000000000000..eb733bacf780 --- /dev/null +++ b/mail/xfmail/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: xfmail +# Version required: 0.3 +# Date created: 01 October 1995 +# Whom: gena +# +# $Id: $ +# + +DISTNAME= xfmail +PKGNAME= xfmail-0.3-beta +CATEGORIES+= mail x11 +MASTER_SITES= ftp://burka.netvision.net.il/pub/xfmail/work/ +WRKSRC= ${WRKDIR}/xfmail/ui + +LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ + forms\\.0\\.:${PORTSDIR}/x11/xforms + +PREFIX= /usr/X11R6 + +MAINTAINER= gena@NetVision.net.il + +pre-configure: + @(cd ${WRKSRC} ; cp Makefile.FreeBSD Makefile) + +.include <bsd.port.mk> diff --git a/mail/xfmail/pkg-comment b/mail/xfmail/pkg-comment new file mode 100644 index 000000000000..9c55c6a4224b --- /dev/null +++ b/mail/xfmail/pkg-comment @@ -0,0 +1 @@ +XF-Mail is X-Windows application for receiving electronic mail diff --git a/mail/xfmail/pkg-descr b/mail/xfmail/pkg-descr new file mode 100644 index 000000000000..1f6b1debda13 --- /dev/null +++ b/mail/xfmail/pkg-descr @@ -0,0 +1,12 @@ +XF-Mail is X-Windows application for receiving electronic +mail. It was created using XForms library toolkit by T.C. Zhao +and Mark Overmars. + +It's partially compatible with MH style mail- +boxes but it does not require any mh tools to be installed +on the system. You can read most of your MH folders and messages +with XF-Mail. + +XF-Mail has very friendly user interface and it's extremely easy +in use. It implements most of the mail functionality in one program +and it does not require any additional tools. diff --git a/mail/xfmail/pkg-plist b/mail/xfmail/pkg-plist new file mode 100644 index 000000000000..8f6c27206a9a --- /dev/null +++ b/mail/xfmail/pkg-plist @@ -0,0 +1,3 @@ +@cwd /usr/X11R6 +bin/xfmail +man/man1/xfmail.1.gz |