diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-22 16:00:58 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-22 16:00:58 +0800 |
commit | 80e757c52f0cedd3f1f6ca43dd4e1830f0859ce1 (patch) | |
tree | 2f78abb2f22ca79ed8c0dadf2c5156f03121b8a9 /graphics/Makefile | |
parent | a16555b93cedbea87a550b71c399c32455c764df (diff) | |
download | freebsd-ports-gnome-80e757c52f0cedd3f1f6ca43dd4e1830f0859ce1.tar.gz freebsd-ports-gnome-80e757c52f0cedd3f1f6ca43dd4e1830f0859ce1.tar.zst freebsd-ports-gnome-80e757c52f0cedd3f1f6ca43dd4e1830f0859ce1.zip |
Add development version of graphics/processing
Processing is an open source programming language and environment
for people who want to program images, animation, and interactions.
It is used by students, artists, designers, researchers, and hobbyists
for learning, prototyping, and production. It is created to teach
fundamentals of computer programming within a visual context and
to serve as a software sketchbook and professional production tool.
Processing is an alternative to proprietary software tools in the
same domain.
WWW: http://processing.org/
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 419405b87329..06cce83095ed 100644 --- a/graphics/Makefile +++ b/graphics/Makefile @@ -617,6 +617,7 @@ SUBDIR += preview SUBDIR += price SUBDIR += processing + SUBDIR += processing-devel SUBDIR += proj SUBDIR += pstoedit SUBDIR += pstoepsi |