c0ce4105e7
was supposed to work is useless, because if we can't trust the distfile from the remote machine, we can't trust the signature from the same machine either. Our MD5 and SHA256 are good for checking both the sanity and the trustiness of distfiles. Approved by: portmgr (erwin), erwin (mentor)
36 lines
881 B
Makefile
36 lines
881 B
Makefile
# New ports collection makefile for: t-prot
|
|
# Date created: 2004-10-03
|
|
# Whom: Sergei Kolobov <sergei@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= t-prot
|
|
PORTVERSION= 2.1.1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \
|
|
${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= sergei
|
|
|
|
MAINTAINER= sergei@FreeBSD.org
|
|
COMMENT= TOFU Protection - Display Filter for RFC822 messages
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Getopt/Mixed.pm:${PORTSDIR}/devel/p5-Getopt-Mixed
|
|
|
|
USE_PERL5= yes
|
|
NO_BUILD= yes
|
|
|
|
MAN1= t-prot.1
|
|
DOCS= ChangeLog README TODO
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${PREFIX}/bin
|
|
${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${MAN1PREFIX}/man/man1
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/* ${EXAMPLESDIR}
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|