diff options
author | pi <pi@FreeBSD.org> | 2015-12-14 16:44:26 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2015-12-14 16:44:26 +0800 |
commit | 53abe919f0fe5c3c2970c74f0767777ac08987ab (patch) | |
tree | cf2dc3af4756488dd035b514453793cf41339aa0 /net/Makefile | |
parent | 73a2df714a430b48ba6e4a8c10026ed135f8ec63 (diff) | |
download | freebsd-ports-gnome-53abe919f0fe5c3c2970c74f0767777ac08987ab.tar.gz freebsd-ports-gnome-53abe919f0fe5c3c2970c74f0767777ac08987ab.tar.zst freebsd-ports-gnome-53abe919f0fe5c3c2970c74f0767777ac08987ab.zip |
New port: net/ns3
ns-3 is a discrete-event network simulator for Internet systems,
targeted primarily for research and educational use. ns-3 is free
software, licensed under the GNU GPLv2 license, and is publicly
available for research, development, and use.
WWW: https://www.nsnam.org/
PR: 203083
Submitted by: Nikola Kolev <koue@chaosophia.net>
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 ca0a896cf28e..4cf6b112cb20 100644 --- a/net/Makefile +++ b/net/Makefile @@ -440,6 +440,7 @@ SUBDIR += nocatsplash SUBDIR += nos-ttb SUBDIR += nph + SUBDIR += ns3 SUBDIR += nss-pam-ldapd SUBDIR += nss-pam-ldapd-sasl SUBDIR += nss_ldap |