diff options
author | tg <tg@FreeBSD.org> | 1997-07-02 21:53:07 +0800 |
---|---|---|
committer | tg <tg@FreeBSD.org> | 1997-07-02 21:53:07 +0800 |
commit | a3cb151920741511a6e24cc7630066e2f4866dfa (patch) | |
tree | 7690386186fd035911cd26ad33eb13fab0c01d8d /misc/viz/Makefile | |
parent | a4db18ffd5027ac07d4df93ab60d9780896df2a2 (diff) | |
download | freebsd-ports-gnome-a3cb151920741511a6e24cc7630066e2f4866dfa.tar.gz freebsd-ports-gnome-a3cb151920741511a6e24cc7630066e2f4866dfa.tar.zst freebsd-ports-gnome-a3cb151920741511a6e24cc7630066e2f4866dfa.zip |
Import of viz port. viz converts invisible characters into a
visible form.
PR: 2922
Submitted by: Brent J. Nordquist <bjn@visi.com>
Diffstat (limited to 'misc/viz/Makefile')
-rw-r--r-- | misc/viz/Makefile | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/misc/viz/Makefile b/misc/viz/Makefile new file mode 100644 index 000000000000..1ac7f7d6b2cc --- /dev/null +++ b/misc/viz/Makefile @@ -0,0 +1,18 @@ +# New ports collection makefile for: viz +# Version required: 1.1.1 +# Date created: 8 Mar 1997 +# Whom: Brent J. Nordquist <bjn@visi.com> +# +# $Id$ +# + +DISTNAME= viz-1.1.1 +CATEGORIES= misc +MASTER_SITES= ftp://ftp.ptc.spbu.ru/pub/unix/text/misc/ +EXTRACT_SUFX= .tgz + +MAINTAINER= bjn@visi.com + +MAN1= viz.1 inviz.1 + +.include <bsd.port.mk> |