pkgsrc/mail/mailhops/Makefile
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

37 lines
741 B
Makefile

# $NetBSD: Makefile,v 1.17 2020/01/26 17:31:35 rillig Exp $
#
DISTNAME= mailhops-1.4
PKGREVISION= 7
CATEGORIES= mail
MASTER_SITES= http://www.spinnaker.de/mutt/
EXTRACT_SUFX=
LICENSE= gnu-gpl-v2
MAINTAINER= is@NetBSD.org
HOMEPAGE= https://www.spinnaker.de/mutt/
COMMENT= Shows the route of an Internet mail message
WRKSRC= ${WRKDIR}
EXTRACT_CMD= ${ECHO} ${CP} "$${extract_file}" ${WRKSRC}/mailhops; \
${CP} "$${extract_file}" ${WRKSRC}/mailhops
DEPENDS+= p5-TimeDate-[0-9]*:../../time/p5-TimeDate
USE_TOOLS+= perl:run
REPLACE_PERL+= mailhops
do-build:
do-configure:
do-install:
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/bin
${INSTALL_SCRIPT} ${WRKSRC}/mailhops \
${DESTDIR}${PREFIX}/bin
.include "../../mk/bsd.pkg.mk"