diff options
author | maho <maho@FreeBSD.org> | 2008-09-08 14:45:04 +0800 |
---|---|---|
committer | maho <maho@FreeBSD.org> | 2008-09-08 14:45:04 +0800 |
commit | 515b10cabdc7a8cd1612156c01611647c7c5fea4 (patch) | |
tree | 19e6ffce3f3f5a3e61c201d6e8de43c1a6039e22 /math/Makefile | |
parent | 9c00e4564498c5b1d784454c8b0410df30dbe787 (diff) | |
download | freebsd-ports-gnome-515b10cabdc7a8cd1612156c01611647c7c5fea4.tar.gz freebsd-ports-gnome-515b10cabdc7a8cd1612156c01611647c7c5fea4.tar.zst freebsd-ports-gnome-515b10cabdc7a8cd1612156c01611647c7c5fea4.zip |
Add port math/octave-forge-zenity
This is zenity.
A set of functions for creating simple graphical
user interfaces. It is currently possible to create
calendar windows, text entries, file selection dialogs,
lists, message windows, icons in the notification area,
and windows for large amount of text.
The octave-forge package is the result of The GNU Octave Repositry project,
which is intended to be a central location for custom scripts, functions and
extensions for GNU Octave. contains the source for all the functions plus
build and install scripts.
PR: 127030
Submitted by: Stephen Montgomery-Smith <stephen@math.missouri.edu>
Diffstat (limited to 'math/Makefile')
-rw-r--r-- | math/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/Makefile b/math/Makefile index 11024b8c2792..6d3892bf1141 100644 --- a/math/Makefile +++ b/math/Makefile @@ -238,6 +238,7 @@ SUBDIR += octave-forge-vrml SUBDIR += octave-forge-windows SUBDIR += octave-forge-xraylib + SUBDIR += octave-forge-zenity SUBDIR += oleo SUBDIR += orpie SUBDIR += p5-AI-DecisionTree |