summaryrefslogtreecommitdiff
path: root/misc/figlet/Makefile
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1996-08-09 04:17:17 +0000
committerSatoshi Asami <asami@FreeBSD.org>1996-08-09 04:17:17 +0000
commit69635d5449c9ea3cf23e434bd17a708e02cde8d0 (patch)
treeb74982a18bd4a6989ea7e9cb499abec17a7dbd6c /misc/figlet/Makefile
parentInstall startup script in .../etc/rc.d. (diff)
Figlet is a program that creates large ASCII art characters out of ordinary
screen characters _ _ _ _ _ _ | (_) | _____ | |_| |__ (_)___ | | | |/ / _ \ | __| '_ \| / __| | | | < __/ | |_| | | | \__ \_ |_|_|_|\_\___| \__|_| |_|_|___(_) Submitted by: David O'Brien (obrien@cs.ucdavis.edu)
Notes
Notes: svn path=/head/; revision=3554
Diffstat (limited to '')
-rw-r--r--misc/figlet/Makefile25
1 files changed, 25 insertions, 0 deletions
diff --git a/misc/figlet/Makefile b/misc/figlet/Makefile
new file mode 100644
index 000000000000..31c2bddce76b
--- /dev/null
+++ b/misc/figlet/Makefile
@@ -0,0 +1,25 @@
+# New ports collection makefile for: figlet
+# Version required: 2.1.1
+# Date created: Sat July 20, 1996
+# Whom: David O'Brien (obrien@cs.ucdavis.edu)
+#
+# $Id$
+#
+
+DISTNAME= figlet2.1.1
+PKGNAME= figlet-2.1.1
+CATEGORIES+= misc
+MASTER_SITES= ftp://ftp.nicoh.com/pub/figlet/program/unix/ \
+ ftp://ftp.wwa.com/pub/Scarecrow/Figlet/Unix/
+EXTRACT_SUFX= .tar.Z
+
+MAINTAINER= obrien@cs.ucdavis.edu
+
+post-install:
+.if !defined{NOMANCOMPRESS}
+.for mp in figlet.6
+ gzip -9nf ${PREFIX}/man/man6/${mp}
+.endfor
+.endif
+
+.include <bsd.port.mk>