summaryrefslogtreecommitdiff
path: root/misc/figlet/Makefile
diff options
context:
space:
mode:
authoragc <agc@pkgsrc.org>2002-07-19 08:00:47 +0000
committeragc <agc@pkgsrc.org>2002-07-19 08:00:47 +0000
commit844a2a597b0f86e5bbe1756f8bd7ee522650f340 (patch)
tree4c3a87ae87780efba144478c9837b1fbdd6ccd31 /misc/figlet/Makefile
parent1d6646a4d47f6f4f236c5aa2f164b5005a5e7301 (diff)
downloadpkgsrc-844a2a597b0f86e5bbe1756f8bd7ee522650f340.tar.gz
Upgrade figlet to version 2.2.1.
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>
Diffstat (limited to 'misc/figlet/Makefile')
-rw-r--r--misc/figlet/Makefile11
1 files changed, 5 insertions, 6 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile
index 430b88e9ec6..10dc1028b86 100644
--- a/misc/figlet/Makefile
+++ b/misc/figlet/Makefile
@@ -1,15 +1,14 @@
-# $NetBSD: Makefile,v 1.7 2001/02/17 18:09:02 wiz Exp $
+# $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= figlet22
-PKGNAME= figlet-2.2
+DISTNAME= figlet221
+PKGNAME= figlet-2.2.1
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.nicoh.com/pub/figlet/program/unix/ \
- ftp://ftp.wwa.com/pub/Scarecrow/Figlet/Unix/
+MASTER_SITES= ftp://ftp.figlet.org/pub/figlet/program/unix/
MAINTAINER= packages@netbsd.org
-HOMEPAGE= http://st-www.cs.uiuc.edu/users/chai/figlet.html
+HOMEPAGE= http://www.figlet.org/
COMMENT= Banner like program, prints strings in fancy ASCII art characters
.include "../../mk/bsd.pkg.mk"