ports/net/socketpipe/Makefile
Yasuhiro Kimura c750990c55 net/socketpipe: Move man page to share/man
Approved by:	portmgr (blanket)
2024-03-29 17:12:34 +09:00

15 lines
396 B
Makefile

PORTNAME= socketpipe
PORTVERSION= 1.10
PORTREVISION= 1
CATEGORIES= net
MASTER_SITES= http://www.spinellis.gr/sw/unix/socketpipe/ \
http://www.dmst.aueb.gr/dds/sw/unix/socketpipe/
MAINTAINER= dds@FreeBSD.org
COMMENT= Zero overhead remote process plumbing
WWW= https://www.spinellis.gr/sw/unix/socketpipe/
PLIST_FILES= bin/socketpipe \
share/man/man1/socketpipe.1.gz
.include <bsd.port.mk>