diff options
author | Mikhail Teterin <mi@FreeBSD.org> | 2011-02-28 00:13:58 +0000 |
---|---|---|
committer | Mikhail Teterin <mi@FreeBSD.org> | 2011-02-28 00:13:58 +0000 |
commit | 53b3401a74edce34d8db41a43a9c71efbcf7f4b2 (patch) | |
tree | 20c8e4f5099f8f92e5ecf2a8ea56b32f14391718 /net/Makefile | |
parent | 4c228afddacf9f9a7c8056bf769bb814246ef2e5 (diff) |
Add port of Serviio -- a DLNA server capable of realtime transcoding.
http://www.serviio.org/
Thanks to David Brouda for helping to test.
Notes
Notes:
svn path=/head/; revision=269939
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 cbe31ec6b171..2ebe14b5562e 100644 --- a/net/Makefile +++ b/net/Makefile @@ -1005,6 +1005,7 @@ SUBDIR += ser SUBDIR += serveez SUBDIR += service-discovery-applet + SUBDIR += serviio SUBDIR += sflowtool SUBDIR += sharity-light SUBDIR += shelldap |