mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-21 04:06:46 +00:00
- Utilize DISTVERSION and stop hardcoding version twice
- Canonicalize Makefile header - Utilize PLIST_FILES and PORTDOCS, kill pkg-plist - Beautify port description and COMMENT - Lower-case local var Approved by: maintainer
This commit is contained in:
parent
9967a8faeb
commit
78923b49ab
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=217431
@ -1,19 +1,19 @@
|
||||
# New ports collection makefile for: getlive
|
||||
# Date created: 20 April 2008
|
||||
# Whom: ayunyan
|
||||
# New ports collection makefile for: GetLive
|
||||
# Date created: 20 April 2008
|
||||
# Whom: ayunyan <ayunyan@gmail.com>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= getlive
|
||||
PORTVERSION= 0.57
|
||||
DISTVERSION= 0_57
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= SF
|
||||
DISTNAME= GetLive_0_57
|
||||
DISTNAME= GetLive_${DISTVERSION}
|
||||
EXTRACT_SUFX= .tgz
|
||||
|
||||
MAINTAINER= ayu@commun.jp
|
||||
COMMENT= Get mail from hotmail (live) mailboxes
|
||||
COMMENT= Get mail from Hotmail (Live) mailboxes
|
||||
|
||||
RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
procmail:${PORTSDIR}/mail/procmail \
|
||||
@ -22,13 +22,16 @@ RUN_DEPENDS= curl:${PORTSDIR}/ftp/curl \
|
||||
NO_BUILD= yes
|
||||
USE_PERL5_RUN= yes
|
||||
|
||||
PLIST_FILES= bin/getlive etc/getlive.conf.sample
|
||||
PORTDOCS= ChangeLog License Manual
|
||||
|
||||
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}
|
||||
.for file in ${PORTDOCS}
|
||||
${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR}
|
||||
.endfor
|
||||
.endif
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
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.
|
||||
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
|
||||
WWW: http://sourceforge.net/projects/getlive/
|
||||
|
@ -1,6 +0,0 @@
|
||||
bin/getlive
|
||||
etc/getlive.conf.sample
|
||||
%%PORTDOCS%%%%DOCSDIR%%/ChangeLog
|
||||
%%PORTDOCS%%%%DOCSDIR%%/License
|
||||
%%PORTDOCS%%%%DOCSDIR%%/Manual
|
||||
%%PORTDOCS%%@dirrm %%DOCSDIR%%
|
Loading…
Reference in New Issue
Block a user