pkgsrc-wip/gotmail/Makefile
pancake ;) 0d2edccde3 Initial import of gotmail
Gotmail is a script to download mail from hotmail.com without user 
interaction. It's probably best run from a cron job. It can delete messages,
download only-new messages, mark messages read (or not), forward to procmail, 
to another address, or send through SMTP.

Hotmail periodically makes small changes in the way its site works, and 
corresponding changes are made to gotmail as expeditiously as possible. 
However, there will be periods of time during which gotmail will not work, 
due to these changes. Please be patient, and don't rely on gotmail being in 
working condition at all times.
2003-06-02 22:15:55 +00:00

27 lines
830 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2003/06/02 22:15:55 poppnk Exp $
#
DISTNAME= gotmail_${VERSION}
PKGNAME= gotmail-${VERSION}
WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}
CATEGORIES= mail
MASTER_SITES= http://savannah.nongnu.org/download/gotmail/stable.pkg/${VERSION}/
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://www.nongnu.org/gotmail/
COMMENT= Script to download mail from hotmail.com
VERSION= 0.7.9
USE_BUILDLINK2= YES
USE_PERL5= YES
REPLACE_PERL= ${WRKSRC}/gotmail
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/gotmail ${PREFIX}/bin
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/gotmail/
${INSTALL_DATA} ${WRKSRC}/sample.gotmailrc ${PREFIX}/share/examples/gotmail/
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/examples/gotmail/
${INSTALL_MAN} ${WRKSRC}/gotmail.1 ${PREFIX}/man/man1
.include "../../mk/bsd.pkg.mk"