freebsd-ports/mail/imaptools/Makefile
Mathieu Arnold 065c026fe5 Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR:		204056
Submitted by:	mat
Reviewed by:	bapt
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D2735
2015-11-05 12:36:25 +00:00

27 lines
464 B
Makefile

# Created by: bsam
# $FreeBSD$
PORTNAME= imaptools
PORTVERSION= 1.135
CATEGORIES= mail
MASTER_SITES= LOCAL/bsam
DISTNAME= imap_tools_V${PORTVERSION}
MAINTAINER= bsam@FreeBSD.org
COMMENT= Tools and scripts to use with IMAP servers
LICENSE= ISCL
CONFLICTS= imaputils-[0-9]*
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= *.pl
USE_PERL5= run
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/*.pl ${STAGEDIR}${PREFIX}/bin
.include <bsd.port.mk>