diff options
author | itetcu <itetcu@FreeBSD.org> | 2006-06-07 00:42:17 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2006-06-07 00:42:17 +0800 |
commit | 07cf4fe42bdb04efc80e052eb021f1e7752b70bb (patch) | |
tree | a99f9457dc05c3a4e96875c13d7f648e1b0ff5c9 /print/Makefile | |
parent | e13ee2b4c7907a5bdfc2f42b9e547a111bff258d (diff) | |
download | freebsd-ports-gnome-07cf4fe42bdb04efc80e052eb021f1e7752b70bb.tar.gz freebsd-ports-gnome-07cf4fe42bdb04efc80e052eb021f1e7752b70bb.tar.zst freebsd-ports-gnome-07cf4fe42bdb04efc80e052eb021f1e7752b70bb.zip |
A utility for printing text files (or stdin) through a terminal/terminal
emulator using ANSI escape sequences.
WWW: http://ansiprint.sourceforge.net
PR: ports/98072
Submitted by: stephentfisher@yahoo.com
Approved by: lawrance (mentor, implicit)
Diffstat (limited to 'print/Makefile')
-rw-r--r-- | print/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/Makefile b/print/Makefile index 542f4085a851..55207837a839 100644 --- a/print/Makefile +++ b/print/Makefile @@ -16,6 +16,7 @@ SUBDIR += afm SUBDIR += alignmargins SUBDIR += amspsfnt + SUBDIR += ansiprint SUBDIR += apsfilter SUBDIR += asprint SUBDIR += auctex |