all the things

This commit is contained in:
c0dev0id
2023-01-10 11:45:28 +01:00
parent f3db1ea486
commit 7a9bbf0168
143 changed files with 15515 additions and 0 deletions

26
net/mbuffer/Makefile Normal file
View File

@@ -0,0 +1,26 @@
# $OpenBSD: Makefile,v 1.10 2020/10/28 18:34:34 sthen Exp $
COMMENT = mbuffer is a tool for buffering data streams
DISTNAME = mbuffer-20200929
EXTRACT_SUFX = .tgz
CATEGORIES = net
MAINTAINER = Stefan Hagen <sh+ports@codevoid.de>
HOMEPAGE = http://www.maier-komor.de/mbuffer.html
MASTER_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
.include <bsd.port.mk>