aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/fist/Makefile
diff options
context:
space:
mode:
authormarkp <markp@FreeBSD.org>2002-02-20 05:42:48 +0800
committermarkp <markp@FreeBSD.org>2002-02-20 05:42:48 +0800
commite8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4 (patch)
tree049c1d460753d1c3f0f1232f3e0c09fd3d18c575 /textproc/fist/Makefile
parentf0f3dac29dcfa98885a1b303153018ea0645c50d (diff)
downloadfreebsd-ports-gnome-e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4.tar.gz
freebsd-ports-gnome-e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4.tar.zst
freebsd-ports-gnome-e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4.zip
Add fist 4.0, an emphatic message generator.
PR: 33656 Submitted by: Steve Wills <steve@stevenwills.com>
Diffstat (limited to 'textproc/fist/Makefile')
-rw-r--r--textproc/fist/Makefile18
1 files changed, 18 insertions, 0 deletions
diff --git a/textproc/fist/Makefile b/textproc/fist/Makefile
new file mode 100644
index 000000000000..759de6ca95a7
--- /dev/null
+++ b/textproc/fist/Makefile
@@ -0,0 +1,18 @@
+# New ports collection makefile for: fist
+# Date created: Jan 7 2002
+# Whom: Steve Wills <steve@stevenwills.com>
+#
+# $FreeBSD$
+#
+
+PORTNAME= fist
+PORTVERSION= 4.0
+CATEGORIES= textproc
+MASTER_SITES= ftp://ftp.fourmilab.ch/fist/
+
+MAINTAINER= steve@stevenwills.com
+
+GNU_CONFIGURE= yes
+MAN1= fist.1
+
+.include <bsd.port.mk>