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

29 lines
733 B
Makefile

# $NetBSD: Makefile,v 1.12 2020/01/26 17:31:36 rillig Exp $
#
DISTNAME= serialmail-0.75
PKGREVISION= 2
CATEGORIES= mail
MASTER_SITES= http://cr.yp.to/software/
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://cr.yp.to/serialmail.html
COMMENT= Tools for passing mail across serial links
DEPENDS+= qmail>=1.03nb7:../../mail/qmail
INSTALLATION_DIRS= share/doc/${PKGBASE}
# We change conf-home from the default "/usr/local" and don't
# provide compatibility symlinks. We also apply patches.
DJB_RESTRICTED= YES
SUBST_FILES.djbware+= leapsecs_read.c
SUBST_CLASSES+= paths
SUBST_STAGE.paths= do-configure
SUBST_FILES.paths= hier.c
SUBST_VARS.paths= PKGMANDIR
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"