summaryrefslogtreecommitdiff
path: root/mail/YoSucker/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2003-08-15 11:18:46 +0000
committerwiz <wiz@pkgsrc.org>2003-08-15 11:18:46 +0000
commitb9529d77ae683856194fab8aa76d59021a483a01 (patch)
tree332a554569f0ac170c06847e156782d8937f741f /mail/YoSucker/Makefile
parent2eb16ffbeb11c7abdb8c31294c835416bd029317 (diff)
downloadpkgsrc-b9529d77ae683856194fab8aa76d59021a483a01.tar.gz
Initial import of YoSucker-37.
YoSucker as a simple portable Perl application, that simulates user actions to retrieve mail from Yahoo Mail to a local inbox. It simply connects to the Yahoo Mail web site, parses the HTML code and fetches new messages.
Diffstat (limited to 'mail/YoSucker/Makefile')
-rw-r--r--mail/YoSucker/Makefile34
1 files changed, 34 insertions, 0 deletions
diff --git a/mail/YoSucker/Makefile b/mail/YoSucker/Makefile
new file mode 100644
index 00000000000..a462229c563
--- /dev/null
+++ b/mail/YoSucker/Makefile
@@ -0,0 +1,34 @@
+# $NetBSD: Makefile,v 1.1.1.1 2003/08/15 11:18:46 wiz Exp $
+#
+
+DISTNAME= YoSucker-pr37
+PKGNAME= ${DISTNAME:S/pr//}
+CATEGORIES= mail
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=yosucker/}
+
+MAINTAINER= tech-pkg@NetBSD.org
+HOMEPAGE= http://yosucker.sourceforge.net/
+COMMENT= Download mails from Yahoo webmail into mbox
+
+DEPENDS+= p5-Term-ReadKey-[0-9]*:../../devel/p5-Term-ReadKey
+DEPENDS+= p5-Digest-MD5-[0-9]*:../../security/p5-Digest-MD5
+DEPENDS+= p5-IO-Socket-SSL-[0-9]*:../../security/p5-IO-Socket-SSL
+DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
+
+USE_PERL5= # defined
+REPLACE_PERL= bin/EncProxyPasswd bin/EncPasswd bin/YoSucker
+
+NO_BUILD= # defined
+
+EGDIR= ${PREFIX}/share/examples/YoSucker
+DOCDIR= ${PREFIX}/share/doc/YoSucker
+
+do-install:
+ ${INSTALL_SCRIPT} ${WRKSRC}/bin/* ${PREFIX}/bin
+ ${INSTALL_DATA} ${WRKSRC}/lib/* ${PREFIX}/lib
+ ${INSTALL_DATA_DIR} ${EGDIR}
+ ${INSTALL_DATA} ${WRKSRC}/conf/* ${EGDIR}
+ ${INSTALL_DATA_DIR} ${DOCDIR}
+ ${INSTALL_DATA} ${WRKSRC}/docs/* ${DOCDIR}
+
+.include "../../mk/bsd.pkg.mk"