summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--mail/Makefile1
-rw-r--r--mail/gotmail/Makefile35
-rw-r--r--mail/gotmail/distinfo1
-rw-r--r--mail/gotmail/pkg-comment1
-rw-r--r--mail/gotmail/pkg-descr5
-rw-r--r--mail/gotmail/pkg-plist7
6 files changed, 50 insertions, 0 deletions
diff --git a/mail/Makefile b/mail/Makefile
index 1134460fd0f5..903f0814c940 100644
--- a/mail/Makefile
+++ b/mail/Makefile
@@ -60,6 +60,7 @@
SUBDIR += gmail
SUBDIR += gmime
SUBDIR += gnumail
+ SUBDIR += gotmail
SUBDIR += grepmail
SUBDIR += hbiff
SUBDIR += icqmail
diff --git a/mail/gotmail/Makefile b/mail/gotmail/Makefile
new file mode 100644
index 000000000000..a26cceaa0774
--- /dev/null
+++ b/mail/gotmail/Makefile
@@ -0,0 +1,35 @@
+# New ports collection makefile for: gotmail
+# Date created: 9 August 2001
+# Whom: Christopher Elkins <chrise@scardini.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gotmail
+PORTVERSION= 0.6.6
+CATEGORIES= mail perl5
+MASTER_SITES= http://www.hawkins.emu.id.au/gotmail/
+DISTNAME= ${PORTNAME}_${PORTVERSION}
+
+MAINTAINER= ports@FreeBSD.org
+
+RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
+ ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/URI.pm:${PORTSDIR}/net/p5-URI
+
+USE_PERL5= yes
+NO_BUILD= yes
+
+WRKSRC= ${WRKDIR}/${PORTNAME}
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME}.pl ${PREFIX}/bin
+
+post-install:
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
+.for i in COPYING ChangeLog README TODO sample.gotmailrc
+ ${INSTALL_DATA} ${WRKSRC}/${i} ${PREFIX}/share/doc/${PORTNAME}
+.endfor
+.endif
+
+.include <bsd.port.mk>
diff --git a/mail/gotmail/distinfo b/mail/gotmail/distinfo
new file mode 100644
index 000000000000..8ece8f665976
--- /dev/null
+++ b/mail/gotmail/distinfo
@@ -0,0 +1 @@
+MD5 (gotmail_0.6.6.tar.gz) = fd529e6b5d7258ad6fb6dbf05c0fa694
diff --git a/mail/gotmail/pkg-comment b/mail/gotmail/pkg-comment
new file mode 100644
index 000000000000..6f5a5e3a4c6c
--- /dev/null
+++ b/mail/gotmail/pkg-comment
@@ -0,0 +1 @@
+A script to fetch mail from a Hotmail mailbox
diff --git a/mail/gotmail/pkg-descr b/mail/gotmail/pkg-descr
new file mode 100644
index 000000000000..b6a04d9499b9
--- /dev/null
+++ b/mail/gotmail/pkg-descr
@@ -0,0 +1,5 @@
+GotMail is a utility to download mail from a Hotmail account
+and either save it to disk or forward it using sendmail to
+another email address.
+
+WWW: http://www.hawkins.emu.id.au/gotmail/
diff --git a/mail/gotmail/pkg-plist b/mail/gotmail/pkg-plist
new file mode 100644
index 000000000000..4dac4054c7d3
--- /dev/null
+++ b/mail/gotmail/pkg-plist
@@ -0,0 +1,7 @@
+bin/gotmail.pl
+%%PORTDOCS%%share/doc/gotmail/COPYING
+%%PORTDOCS%%share/doc/gotmail/ChangeLog
+%%PORTDOCS%%share/doc/gotmail/README
+%%PORTDOCS%%share/doc/gotmail/TODO
+%%PORTDOCS%%share/doc/gotmail/sample.gotmailrc
+%%PORTDOCS%%@dirrm share/doc/gotmail