diff options
author | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 23:56:28 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2000-04-02 23:56:28 +0000 |
commit | 16c625af9a306695b69271c1cb380f0b86b76a1d (patch) | |
tree | 34dfef7997714934009dc662e128dbb97a7476db /misc/Makefile | |
parent | b96340db555018da241362d9e0c80edb3172cde8 (diff) | |
download | ports-16c625af9a306695b69271c1cb380f0b86b76a1d.tar.gz ports-16c625af9a306695b69271c1cb380f0b86b76a1d.zip |
Add boxes, a text filter which draws ASCII art boxes around text.
PR: 17327
Submitted by: Patrick Seal <patseal@hyperhost.net>
Notes
Notes:
svn path=/head/; revision=27293
Diffstat (limited to 'misc/Makefile')
-rw-r--r-- | misc/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/Makefile b/misc/Makefile index 2206ff7d0288..1a2ecc28ac61 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -21,6 +21,7 @@ SUBDIR += bbjd SUBDIR += bidwatcher SUBDIR += bottlerocket + SUBDIR += boxes SUBDIR += buffer SUBDIR += cassowary SUBDIR += chord |