pkgsrc/misc/mbuffer/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

32 lines
860 B
Makefile

# $NetBSD: Makefile,v 1.7 2020/01/26 17:31:44 rillig Exp $
DISTNAME= mbuffer-20180625
PKGREVISION= 1
CATEGORIES= misc
MASTER_SITES= http://www.maier-komor.de/software/mbuffer/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.maier-komor.de/mbuffer.html
COMMENT= Tool for buffering data streams
LICENSE= gnu-gpl-v3
BROKEN_ON_PLATFORM= NetBSD-*-* # Needs sysctl bits
GNU_CONFIGURE= yes
USE_LANGUAGES= c c99
SUBST_CLASSES+= etc
SUBST_STAGE.etc= pre-configure
SUBST_FILES.etc= mbuffer.rc
SUBST_MESSAGE.etc= Fix default sysconfdir
SUBST_VARS.etc+= PKG_SYSCONFDIR
INSTALL_MAKE_FLAGS+= etcdir=${PREFIX}/share/examples/mbuffer
INSTALLATION_DIRS+= share/examples/mbuffer
CONF_FILES+= share/examples/mbuffer/mbuffer.rc \
${PKG_SYSCONFDIR}/mbuffer.rc
.include "../../security/openssl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"