diff options
author | markp <markp@FreeBSD.org> | 2002-02-20 05:42:48 +0800 |
---|---|---|
committer | markp <markp@FreeBSD.org> | 2002-02-20 05:42:48 +0800 |
commit | e8cd63a49c2e1ec208a7882f67f9bc8dc4a8d7b4 (patch) | |
tree | 049c1d460753d1c3f0f1232f3e0c09fd3d18c575 /textproc/fist/Makefile | |
parent | f0f3dac29dcfa98885a1b303153018ea0645c50d (diff) | |
download | freebsd-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/Makefile | 18 |
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> |