2013-09-20 19:59:12 +00:00
|
|
|
# Created by: Sergei Kolobov <sergei@FreeBSD.org>
|
2004-10-13 08:26:07 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= t-prot
|
2012-05-25 14:10:18 +00:00
|
|
|
PORTVERSION= 2.101
|
2004-10-13 08:26:07 +00:00
|
|
|
CATEGORIES= mail
|
2008-11-19 20:43:26 +00:00
|
|
|
MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \
|
2010-12-12 01:07:36 +00:00
|
|
|
LOCAL/sergei
|
2004-10-13 08:26:07 +00:00
|
|
|
|
2011-09-19 03:51:19 +00:00
|
|
|
MAINTAINER= torres.g.alex@gmail.com
|
2004-10-13 08:26:07 +00:00
|
|
|
COMMENT= TOFU Protection - Display Filter for RFC822 messages
|
|
|
|
|
2012-06-30 13:10:09 +00:00
|
|
|
RUN_DEPENDS= p5-Getopt-Long>=0:${PORTSDIR}/devel/p5-Getopt-Long \
|
2014-03-17 14:11:10 +00:00
|
|
|
p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
|
2004-10-13 08:26:07 +00:00
|
|
|
|
2014-03-17 14:11:10 +00:00
|
|
|
USES= perl5 shebangfix
|
2004-10-13 08:26:07 +00:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
2014-03-17 14:11:10 +00:00
|
|
|
PORTDOCS= ChangeLog README TODO
|
|
|
|
PORTEXAMPLES= *
|
|
|
|
PLIST_FILES= man/man1/t-prot.1.gz bin/t-prot
|
|
|
|
SHEBANG_FILES= t-prot
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= EXAMPLES DOCS
|
2004-10-13 08:26:07 +00:00
|
|
|
|
|
|
|
do-install:
|
2014-03-17 14:11:10 +00:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${STAGEDIR}${PREFIX}/bin
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
|
|
|
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/* ${STAGEDIR}${EXAMPLESDIR}
|
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
|
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
|
2004-10-13 08:26:07 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|