aboutsummaryrefslogtreecommitdiff
path: root/mail/smtpmail
diff options
context:
space:
mode:
authorDaichi GOTO <daichi@FreeBSD.org>2003-07-02 12:16:42 +0000
committerDaichi GOTO <daichi@FreeBSD.org>2003-07-02 12:16:42 +0000
commit0f0369c89f5e96610134be617e132b3e3a63d247 (patch)
tree7d6efec500b806edb102bff738be10be5e7b29bf /mail/smtpmail
parente0248212a2b811f6d0a123028246280315468328 (diff)
downloadports-0f0369c89f5e96610134be617e132b3e3a63d247.tar.gz
ports-0f0369c89f5e96610134be617e132b3e3a63d247.zip
Add smtpmail 0.4, tool to send the mails over remote smtp server.
PR: 53724 Submitted by: Kirill Ponomarew <ponomarew@oberon.net>
Notes
Notes: svn path=/head/; revision=84040
Diffstat (limited to 'mail/smtpmail')
-rw-r--r--mail/smtpmail/Makefile25
-rw-r--r--mail/smtpmail/distinfo1
-rw-r--r--mail/smtpmail/pkg-descr15
-rw-r--r--mail/smtpmail/pkg-plist1
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