0ca4dc860c
Users will have to log into Hotmail through a browser and check the box so it never shows the 'changed' page again. Then, add 'Mode=200810' to your config file. You may also have to turn off 'reading panes'. ok okan@
41 lines
966 B
Makefile
41 lines
966 B
Makefile
# $OpenBSD: Makefile,v 1.5 2008/11/10 20:23:50 merdely Exp $
|
|
|
|
COMMENT= automatically fetch hotmail.com email
|
|
|
|
DISTNAME= GetLive_0_57
|
|
PKGNAME= p5-GetLive-0.57p0
|
|
CATEGORIES= mail perl5
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= Michael Erdely <merdely@openbsd.org>
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=getlive/}
|
|
|
|
RUN_DEPENDS= :curl->=7.15.5:net/curl \
|
|
::mail/procmail \
|
|
::www/p5-URI
|
|
|
|
PKG_ARCH= *
|
|
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
post-patch:
|
|
@${SUBST_CMD} ${WRKSRC}/{GetLive.pl,Manual}
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/GetLive.pl ${PREFIX}/bin/GetLive
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/GetLive
|
|
${INSTALL_SCRIPT} ${WRKSRC}/{SmtpAuthForward,SmtpForward}.pl \
|
|
${PREFIX}/share/examples/GetLive/
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/GetLive
|
|
${INSTALL_DATA} ${WRKSRC}/{License,Manual} ${PREFIX}/share/doc/GetLive
|
|
|
|
.include <bsd.port.mk>
|