mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
d773c16349
- Remove MD5 - Bump PORTREVISION PR: ports/151776 Submitted by: Tilman Keskinoz <arved@freebsd.org> Approved by: maintainer timeout (sergei ; 45 days)
40 lines
955 B
Makefile
40 lines
955 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.99
|
|
PORTREVISION= 1
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.escape.de/~tolot/mutt/t-prot/downloads/ \
|
|
LOCAL/sergei
|
|
|
|
MAINTAINER= sergei@FreeBSD.org
|
|
COMMENT= TOFU Protection - Display Filter for RFC822 messages
|
|
|
|
RUN_DEPENDS= ${SITE_PERL}/Getopt/Long.pm:${PORTSDIR}/devel/p5-Getopt-Long \
|
|
p5-Locale-gettext>=0:${PORTSDIR}/devel/p5-Locale-gettext
|
|
|
|
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
|
|
.if !defined(NOPORTEXAMPLES)
|
|
@${MKDIR} ${EXAMPLESDIR}
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/* ${EXAMPLESDIR}
|
|
.endif
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|