diff options
author | daichi <daichi@FreeBSD.org> | 2003-07-02 20:16:42 +0800 |
---|---|---|
committer | daichi <daichi@FreeBSD.org> | 2003-07-02 20:16:42 +0800 |
commit | 17af89d2bc4ec98a65298d6422dc266e2fbb6e99 (patch) | |
tree | 595f4fe34f84db08500c65c670a1f113f45952f6 /mail/smtpmail | |
parent | 85a4777d2696bd64ab4165ab175f2cbb7078d22d (diff) | |
download | freebsd-ports-gnome-17af89d2bc4ec98a65298d6422dc266e2fbb6e99.tar.gz freebsd-ports-gnome-17af89d2bc4ec98a65298d6422dc266e2fbb6e99.tar.zst freebsd-ports-gnome-17af89d2bc4ec98a65298d6422dc266e2fbb6e99.zip |
Add smtpmail 0.4, tool to send the mails over remote smtp server.
PR: 53724
Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Diffstat (limited to 'mail/smtpmail')
-rw-r--r-- | mail/smtpmail/Makefile | 25 | ||||
-rw-r--r-- | mail/smtpmail/distinfo | 1 | ||||
-rw-r--r-- | mail/smtpmail/pkg-descr | 15 | ||||
-rw-r--r-- | mail/smtpmail/pkg-plist | 1 |
4 files changed, 42 insertions, 0 deletions
diff --git a/mail/smtpmail/Makefile b/mail/smtpmail/Makefile new file mode 100644 index 000000000000..d0d30eca93a0 --- /dev/null +++ b/mail/smtpmail/Makefile @@ -0,0 +1,25 @@ +# New ports collection makefile for: smtpmail +# Date created: 25.06.2003 +# Whom: Kirill Ponomarew <ponomarew@oberon.net> +# +# $FreeBSD$ +# + +PORTNAME= smtpmail +PORTVERSION= 0.4 +CATEGORIES= mail +MASTER_SITES= http://195.135.166.74/smtpmail/ \ + http://voodoo.oberon.net/ + +MAINTAINER= ponomarew@oberon.net +COMMENT= Tool to send the mails over remote smtp server + +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LIBS="-L${LOCALBASE}/lib" + +do-install: + ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} \ + ${PREFIX}/bin + +.include <bsd.port.mk> diff --git a/mail/smtpmail/distinfo b/mail/smtpmail/distinfo new file mode 100644 index 000000000000..ab6dfd2cda63 --- /dev/null +++ b/mail/smtpmail/distinfo @@ -0,0 +1 @@ +MD5 (smtpmail-0.4.tar.gz) = cdfad420a49b5c3d8fe05799e9d3beac diff --git a/mail/smtpmail/pkg-descr b/mail/smtpmail/pkg-descr new file mode 100644 index 000000000000..ddd8a69b7729 --- /dev/null +++ b/mail/smtpmail/pkg-descr @@ -0,0 +1,15 @@ +smtpmail is a little console-based tool for users who have no +local mailserver on her machine. it enables these users to send +their mail over a remote smtp server. + +Features + + * Use of an remote smtp server + * Use of a user-defined sender address + * SMPT auth (type login) + * You can define unlimited recivers for the mail, the + * carbon copy and the blind carbon copy + * You can add an unlimited number of attachments to the + * mail + +WWW: http://195.135.166.74/smtpmail/ diff --git a/mail/smtpmail/pkg-plist b/mail/smtpmail/pkg-plist new file mode 100644 index 000000000000..2bf3669c5da6 --- /dev/null +++ b/mail/smtpmail/pkg-plist @@ -0,0 +1 @@ +bin/smtpmail |