aboutsummaryrefslogtreecommitdiffstats
path: root/net/socketpipe/Makefile
blob: 3ff514ec655ce5bb09ff14249e405cbbd44f1472 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# New ports collection makefile for:   socketpipe
# Date created:        29 August 2003
# Whom:                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

.include <bsd.port.mk>