summaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2011-02-10 17:13:26 +0000
committerMartin Wilke <miwi@FreeBSD.org>2011-02-10 17:13:26 +0000
commit468c601157166ed706b4f1f24144477ed4690c95 (patch)
tree25b843b1ff02ae6005770c9d844b52c35b8cc9b3 /graphics/Makefile
parent- Add an option to activate a vendor patch which allows using quoted (diff)
G'MIC stands for GREYC's Magic Image Converter. This project aims to:
* Define a minimal but powerful script language (G'MIC) dedicated to the design of image processing pipelines. * Provide an interpreter of this language (in C++), distributed as an open-source module/library embeddable in third-party applications. * Propose two binary tools embedding this interpreter : o The command-line executable gmic to use the G'MIC framework from a shell. o The interactive plug-in gmic_gimp to bring G'MIC capabilities to the image retouching software GIMP. WWW: http://gmic.sourceforge.net PR: ports/154595 Submitted by: Mahmatkhanov Ruslan <cvs-src at yandex.ru>
Notes
Notes: svn path=/head/; revision=268889
Diffstat (limited to 'graphics/Makefile')
-rw-r--r--graphics/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/Makefile b/graphics/Makefile
index 9c1cedb6bc97..9c1093d50d10 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -252,6 +252,7 @@
SUBDIR += gimp-data-extras
SUBDIR += gimp-focusblur-plugin
SUBDIR += gimp-gap
+ SUBDIR += gimp-gmic-plugin
SUBDIR += gimp-greycstoration
SUBDIR += gimp-help
SUBDIR += gimp-lqr-plugin