aboutsummaryrefslogtreecommitdiff
path: root/graphics/Makefile
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-08-15 15:30:24 +0000
committerJohn Marino <marino@FreeBSD.org>2014-08-15 15:30:24 +0000
commitde568b1416c83a324e03250e75341568eb19800e (patch)
treea32a61b3531db029efc653674cccd58faa609e3e /graphics/Makefile
parent8854205b5ecfc19321cd7b1e593e9de53d833d0b (diff)
downloadports-de568b1416c83a324e03250e75341568eb19800e.tar.gz
ports-de568b1416c83a324e03250e75341568eb19800e.zip
Add new port graphics/ttygif
PR: 190328 Submitted by: Olivier (cochard.me) ttygif permit to convert ttyrec record into animated gif. It's a 3 steps process: 1. Generate a ttyrecord file with misc/ttyrec 2. convert the ttyrecord in multiple image file with ttygif 3. convert the multiple image with a unique animated gif file with concat
Notes
Notes: svn path=/head/; revision=364980
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 096ee31cb887..71349aae451a 100644
--- a/graphics/Makefile
+++ b/graphics/Makefile
@@ -1005,6 +1005,7 @@
SUBDIR += tkpng
SUBDIR += togl
SUBDIR += truevision
+ SUBDIR += ttygif
SUBDIR += tulip
SUBDIR += tumble
SUBDIR += uDrawGraph