diff options
author | edwin <edwin@FreeBSD.org> | 2003-08-30 10:04:45 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2003-08-30 10:04:45 +0800 |
commit | 19808979f33a7bdad7e561aab8db2bc47b087df4 (patch) | |
tree | 6d1ff84964d62d750f2d78447130af8f308161b9 /net/Makefile | |
parent | 1662ab55225e407b7a28f5bae99227bda345cbac (diff) | |
download | freebsd-ports-graphics-19808979f33a7bdad7e561aab8db2bc47b087df4.tar.gz freebsd-ports-graphics-19808979f33a7bdad7e561aab8db2bc47b087df4.tar.zst freebsd-ports-graphics-19808979f33a7bdad7e561aab8db2bc47b087df4.zip |
New port: net/roadrunner - a BEEP library
roadrunner is a library implementing the BEEP (Blocks
Extensible Exchange Protocol) protocol for use in developing
network applications.
PR: ports/47520
Submitted by: Yann Berthier <yb@sainte-barbe.org>
Diffstat (limited to 'net/Makefile')
-rw-r--r-- | net/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/Makefile b/net/Makefile index 95fe885f23f..d426b0609e0 100644 --- a/net/Makefile +++ b/net/Makefile @@ -602,6 +602,7 @@ SUBDIR += rinetd SUBDIR += ripetools SUBDIR += rmsg + SUBDIR += roadrunner SUBDIR += rrdtool SUBDIR += rshell SUBDIR += rsync |