pkgsrc/mail/incm/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

22 lines
461 B
Makefile

# $NetBSD: Makefile,v 1.13 2020/01/26 17:31:34 rillig Exp $
#
DISTNAME= incm-0.5
CATEGORIES= mail
MASTER_SITES= ftp://ftp.mew.org/pub/Mew/release/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.mew.org/
COMMENT= Tool to get mail from mbox file or maildir
CONFLICTS= mew-[0-9]*
USE_FEATURES= utimes
GNU_CONFIGURE= YES
INSTALLATION_DIRS= bin
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/incm ${DESTDIR}${PREFIX}/bin/
.include "../../mk/bsd.pkg.mk"