freebsd-ports/mail/imapsync/Makefile
Sunpoet Po-Chuan Hsieh b88c09b1f5 - Update MASTER_SITES
PR:		ports/152063
Submitted by:	Jim Riggs <ports@christianserving.org> (maintainer)
2010-11-09 02:32:18 +00:00

41 lines
1 KiB
Makefile

# New ports collection makefile for: imapsync
# Date created: 14 Jan 2005
# Whom: Alex Deiter <tiamat@komi.mts.ru>
#
# $FreeBSD$
#
PORTNAME= imapsync
PORTVERSION= 1.366
CATEGORIES= mail perl5
MASTER_SITES= ftp://www.linux-france.org/pub/prj/${PORTNAME}/ \
http://christianserving.org/ports/mail/${PORTNAME}/
EXTRACT_SUFX= .tgz
MAINTAINER= ports@christianserving.org
COMMENT= IMAP synchronization copy or migration tool
BUILD_DEPENDS= p5-Mail-IMAPClient>0:${PORTSDIR}/mail/p5-Mail-IMAPClient \
p5-Term-ReadKey>0:${PORTSDIR}/devel/p5-Term-ReadKey \
p5-IO-Socket-SSL>0:${PORTSDIR}/security/p5-IO-Socket-SSL
RUN_DEPENDS= ${BUILD_DEPENDS}
USE_PERL5= yes
NO_BUILD= yes
PLIST_FILES= bin/${PORTNAME}
MAN1= ${PORTNAME}.1
POD2MAN?= pod2man
do-patch:
${REINPLACE_CMD} \
-e 's|/usr/bin/perl|${PERL}|g' \
${WRKSRC}/${PORTNAME}
do-install:
${POD2MAN} ${WRKSRC}/${PORTNAME} ${WRKSRC}/${PORTNAME}.1
${INSTALL_SCRIPT} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${PREFIX}/man/man1
.include <bsd.port.mk>