72b2ca9f2e
2007-09-19 11:32 Jochen Striepe * t-prot, t-prot.1: Updated time stamps, released as v2.5. 2007-09-19 11:31 Jochen Striepe * t-prot, t-prot.1: New feature, new command line switch: Hide TOFU produced by Novell Groupwise. Many thanks to Philipp Thomas for testing and suggesting. 2007-05-24 08:22 Jochen Striepe * t-prot.1: Update copyright date.
24 lines
728 B
Makefile
24 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.2 2007/10/27 12:39:58 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= t-prot-2.5
|
|
CATEGORIES= mail
|
|
MASTER_SITES= http://www.escape.de/users/tolot/mutt/t-prot/downloads/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.escape.de/users/tolot/mutt/t-prot/
|
|
COMMENT= TOFU enhancement to mutt for condensing quoted text
|
|
|
|
DEPENDS+= p5-Getopt-Mixed>=1.10:../../devel/p5-Getopt-Mixed
|
|
|
|
REPLACE_PERL+= t-prot
|
|
|
|
do-configure do-build:
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${PREFIX}/bin/t-prot
|
|
${INSTALL_MAN} ${WRKSRC}/t-prot.1 ${PREFIX}/${PKGMANDIR}/man1/t-prot.1
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/t-prot
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/muttrc.t-prot ${PREFIX}/share/doc/t-prot/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|