1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/mail/getlive/Makefile
Ion-Mihai Tetcu 0d60fe1e73 GetLive is a perl script that fetches mail from your Hotmail
Live account. The mail is then presented to any filter (typically
procmail) for further processing or dropping in a local mailbox.

WWW:	http://sourceforge.net/projects/getlive

PR:		ports/122979
Submitted by:	ayunyan
2008-05-06 22:27:37 +00:00

35 lines
721 B
Makefile

# New ports collection makefile for: getlive
# Date created: 20 April 2008
# Whom: ayunyan
#
# $FreeBSD$
#
PORTNAME= getlive
PORTVERSION= 0.56
CATEGORIES= mail
MASTER_SITES= SF
DISTNAME= GetLive_0_56
EXTRACT_SUFX= .tgz
MAINTAINER= ayunyan@gmail.com
COMMENT= Get mail from hotmail (live) mailboxes
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
procmail:${PORTSDIR}/mail/procmail
NO_BUILD= yes
USE_PERL5_RUN= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/GetLive.pl ${PREFIX}/bin/getlive
${INSTALL_DATA} ${FILESDIR}/getlive.conf.sample ${PREFIX}/etc
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
.for FILE in ChangeLog License Manual
${INSTALL_DATA} ${WRKSRC}/${FILE} ${DOCSDIR}
.endfor
.endif
.include <bsd.port.mk>