mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-09 06:51:44 +00:00
cd965db9e0
PR: ports/166752 Changelog: http://imapsync.lamiral.info/ChangeLog Submitted by: alexey@renatasystems.org Approved by: maintainer timeout ( 18 days )
43 lines
1.1 KiB
Makefile
43 lines
1.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.487
|
|
CATEGORIES= mail perl5
|
|
MASTER_SITES= https://fedorahosted.org/released/${PORTNAME}/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= sidh@rtha.info
|
|
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= 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
|
|
|
|
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 ${MAN1PREFIX}/man/man1
|
|
|
|
.include <bsd.port.mk>
|