diff options
author | pi <pi@FreeBSD.org> | 2016-08-22 03:39:52 +0800 |
---|---|---|
committer | pi <pi@FreeBSD.org> | 2016-08-22 03:39:52 +0800 |
commit | 5b82d984479d3c2bab670fc05c02a19549915ae3 (patch) | |
tree | 3ce991420b6c95aab54345547ddc22c5c483285a /graphics/Makefile | |
parent | 7b90d01eecac64cade7bd6cc24daf2c48536d569 (diff) | |
download | freebsd-ports-gnome-5b82d984479d3c2bab670fc05c02a19549915ae3.tar.gz freebsd-ports-gnome-5b82d984479d3c2bab670fc05c02a19549915ae3.tar.zst freebsd-ports-gnome-5b82d984479d3c2bab670fc05c02a19549915ae3.zip |
New port: graphics/nplot
NPlot is a free charting library for .NET. It boasts an elegant,
flexible API and includes controls for Windows.Forms, ASP.NET
and a class for creating Bitmaps.
WWW: http://netcontrols.org/nplot/wiki/
PR: 211666
Submitted by: Carsten Larsen <cs@innolan.dk>
Diffstat (limited to 'graphics/Makefile')
-rw-r--r-- | graphics/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile index 4f099778c4a4..08913777dcfd 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -601,6 +601,7 @@ SUBDIR += netpbm SUBDIR += nip2 SUBDIR += nomacs + SUBDIR += nplot SUBDIR += npretty SUBDIR += nurbs++ SUBDIR += nvidia-texture-tools |