net/mbuffer: new port, mbuffer 20260511
This commit is contained in:
28
net/mbuffer/Makefile
Normal file
28
net/mbuffer/Makefile
Normal 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>
|
||||
Reference in New Issue
Block a user