18 lines
377 B
Makefile
18 lines
377 B
Makefile
# Created by: dds
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= socketpipe
|
|
PORTVERSION= 1.9
|
|
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
|
|
|
|
MAN1= socketpipe.1
|
|
MANCOMPRESSED= yes
|
|
PLIST_FILES= bin/socketpipe
|
|
|
|
NO_STAGE= yes
|
|
.include <bsd.port.mk>
|