diff options
author | obrien <obrien@FreeBSD.org> | 1997-10-07 12:32:33 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1997-10-07 12:32:33 +0800 |
commit | 5eb87987d5bb3d24e4b81fa14be990a03e7139f3 (patch) | |
tree | 7902abc34208e8aed5648a9904b57cbf6ee3f890 /net/netpipes/Makefile | |
parent | 295ad66af84434c9be44a729e721f6dd60425bd1 (diff) | |
download | freebsd-ports-gnome-5eb87987d5bb3d24e4b81fa14be990a03e7139f3.tar.gz freebsd-ports-gnome-5eb87987d5bb3d24e4b81fa14be990a03e7139f3.tar.zst freebsd-ports-gnome-5eb87987d5bb3d24e4b81fa14be990a03e7139f3.zip |
Netpipes is a collection of utilities which attempts to provide the
functionality of pipes over a network.
PR: ports/4056
Submitted by: Daniel O'Connor doconnor@ist.flinders.edu.au
Diffstat (limited to 'net/netpipes/Makefile')
-rw-r--r-- | net/netpipes/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/net/netpipes/Makefile b/net/netpipes/Makefile new file mode 100644 index 000000000000..e4ac597c9f4a --- /dev/null +++ b/net/netpipes/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: netpipes3.2 +# Version required: 3.2 +# Date created: 12th April 1997 +# Whom: doconnor@ist.flinders.edu.au +# +# $Id$ +# + +DISTNAME= netpipes3.2 +PKGNAME= netpipes-3.2 +CATEGORIES= net +MASTER_SITES= ftp://ftp.cis.ufl.edu/pub/staff/thoth/ + +MAINTAINER= doconnor@ist.flinders.edu.au + +MAN1= faucet.1 hose.1 sockdown.1 getpeername.1 + +.include <bsd.port.mk> |