844a2a597b
Provided in PR 17641 by Norm (norm@sandbox.org.uk) FIGlet 2.2.1 is a minor revision of FIGlet 2.2. The files README, Makefile, figfont.txt, figlet.c and figlet.6 have been changed to reflect changes in documentation, official contact details etc. FTP-NOTE merged into README. FAQ and CHANGES added to the distribution. All other files are identical with the 2.2 release. These changes were made by Christiaan Keet <keet@plig.net>
14 lines
415 B
Makefile
14 lines
415 B
Makefile
# $NetBSD: Makefile,v 1.8 2002/07/19 08:00:47 agc Exp $
|
|
# FreeBSD Id: Makefile,v 1.6 1997/06/29 09:56:32 obrien Exp
|
|
#
|
|
|
|
DISTNAME= figlet221
|
|
PKGNAME= figlet-2.2.1
|
|
CATEGORIES= misc
|
|
MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/program/unix/
|
|
|
|
MAINTAINER= packages@netbsd.org
|
|
HOMEPAGE= http://www.figlet.org/
|
|
COMMENT= Banner like program, prints strings in fancy ASCII art characters
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|