mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
fab061c587
PR: ports/157109 Submitted by: Mickael Maillot <mickael.maillot@gmail.com> Approved by: "Daniel O'Connor" <doconnor@gsoft.com.au> (maintainer)
25 lines
536 B
Makefile
25 lines
536 B
Makefile
# New ports collection makefile for: netpipes
|
|
# Date created: 12th April 1997
|
|
# Whom: doconnor@gsoft.com.au
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= netpipes
|
|
PORTVERSION= 4.2
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR=kris
|
|
DISTNAME= netpipes-4.2-export
|
|
|
|
MAINTAINER= doconnor@gsoft.com.au
|
|
COMMENT= A group of shell utilities to connect programs to sockets
|
|
|
|
CONFLICTS= timelimit-[0-9]*
|
|
|
|
NO_WRKSUBDIR= yes
|
|
MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 encapsulate.1 \
|
|
timelimit.1 netpipes.1
|
|
|
|
.include <bsd.port.mk>
|