summaryrefslogtreecommitdiff
path: root/misc/figlet (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix Makefiles to work with new bsd.port.mk. Mostly just replacingSatoshi Asami1996-11-131-3/+2
| | | | | | | | ${COMPRESS_MAN} so they will at least work. I will come back later and get rid of all the .if !defined(NOMANCOMPRESS) stuff. Notes: svn path=/head/; revision=4440
* CATEGORIES+= --> CATEGORIES=David E. O'Brien1996-11-111-2/+2
| | | | | | | Misc variable reordering, cleaning up, etc. Notes: svn path=/head/; revision=4385
* Changed to use ${COMPRESS_MAN}David E. O'Brien1996-11-031-6/+2
| | | | Notes: svn path=/head/; revision=4270
* Figlet is a program that creates large ASCII art characters out of ordinarySatoshi Asami1996-08-096-0/+98
screen characters _ _ _ _ _ _ | (_) | _____ | |_| |__ (_)___ | | | |/ / _ \ | __| '_ \| / __| | | | < __/ | |_| | | | \__ \_ |_|_|_|\_\___| \__|_| |_|_|___(_) Submitted by: David O'Brien (obrien@cs.ucdavis.edu) Notes: svn path=/head/; revision=3554