blob: 2799bbd042bc7cb042d2b4093649fee339dd942b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
# 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>
|