Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
28 lines
794 B
Makefile
28 lines
794 B
Makefile
# $NetBSD: Makefile,v 1.10 2014/05/29 23:36:52 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= t-prot-2.15
|
|
PKGREVISION= 3
|
|
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
|
|
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/t-prot
|
|
|
|
do-configure do-build:
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/t-prot ${DESTDIR}${PREFIX}/bin/t-prot
|
|
${INSTALL_MAN} ${WRKSRC}/t-prot.1 \
|
|
${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/t-prot.1
|
|
${INSTALL_DATA} ${WRKSRC}/contrib/muttrc.t-prot \
|
|
${DESTDIR}${PREFIX}/share/doc/t-prot/
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|