pkgsrc/mail/qmail-autoresponder/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

28 lines
688 B
Makefile

# $NetBSD: Makefile,v 1.4 2020/01/26 17:31:36 rillig Exp $
DISTNAME= qmail-autoresponder-2.0
CATEGORIES= mail
MASTER_SITES= ${HOMEPAGE}
MAINTAINER= schmonz@NetBSD.org
HOMEPAGE= https://untroubled.org/qmail-autoresponder/
COMMENT= Rate-limited autoresponder for qmail
LICENSE= gnu-gpl-v2
DEPENDS+= qmail-[0-9]*:../../mail/qmail
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
INSTALL_ENV+= install_prefix=${DESTDIR:Q}
DJB_RESTRICTED= no
DJB_MAKE_TARGETS= no
BUILD_TARGET= all
LDFLAGS.SunOS+= -lsocket
pre-configure:
${TOUCH} ${WRKSRC}/conf-bgincs ${WRKSRC}/conf-bglibs
.include "../../devel/bglibs/buildlink3.mk"
.include "../../mk/djbware.mk"
.include "../../mk/bsd.pkg.mk"