blob: ef5e86d24bdadbb29788829eff8f61efd763a8ca (
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
|
# New ports collection makefile for: mail/imaptools
# Date created: 2010-10-26
# Whom: bsam
#
# $FreeBSD$
#
PORTNAME= imaptools
PORTVERSION= 1.103
CATEGORIES= mail
MASTER_SITES= http://www.athensfbc.com/imap_tools/files/
DISTNAME= imap_tools_V${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= A number of tools and scripts for use with IMAP servers
LICENSE= ISCL
LICENSE_FILE= ${WRKDIR}/license.txt
FETCH_ARGS= -pRr
USE_PERL5_RUN= yes
do-build:
${REINPLACE_CMD} \
-e 's|/usr/bin/perl|${PERL}|g' ${WRKDIR}/*.pl
do-install:
${INSTALL_SCRIPT} ${WRKDIR}/*.pl ${PREFIX}/bin
.include <bsd.port.mk>
|