net/mbuffer: new port, mbuffer 20260511

This commit is contained in:
c0dev0id
2026-07-08 11:09:09 +02:00
parent d393e4551d
commit 00c32ca2ed
5 changed files with 56 additions and 0 deletions

28
net/mbuffer/Makefile Normal file
View File

@@ -0,0 +1,28 @@
# $OpenBSD: Makefile,v 1.10 2020/10/28 18:34:34 sthen Exp $
COMMENT = mbuffer is a tool for buffering data streams
DISTNAME = mbuffer-20260511
EXTRACT_SUFX = .tgz
CATEGORIES = net
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
HOMEPAGE = http://www.maier-komor.de/mbuffer.html
SITES = http://www.maier-komor.de/software/mbuffer/
# BSD
PERMIT_PACKAGE = Yes
WANTLIB += c crypto m pthread
NO_TEST = Yes
CONFIGURE_STYLE = gnu
USE_GMAKE = Yes
# ship the sample rc under examples instead of installing into /etc
MAKE_FLAGS = etcdir=${TRUEPREFIX}/share/examples/mbuffer
.include <bsd.port.mk>