blob: 977dcaf384976b44d6e4c2c3a335d2cdbf9e5f9a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# New ports collection makefile for: viz
# Date created: 8 Mar 1997
# Whom: Brent J. Nordquist <bjn@visi.com>
#
# $FreeBSD$
#
PORTNAME= viz
PORTVERSION= 1.1.1
CATEGORIES= misc
MASTER_SITES= ${MASTER_SITE_LOCAL}
MASTER_SITE_SUBDIR= fenner
EXTRACT_SUFX= .tgz
MAINTAINER= ports@freebsd.org
PORTCOMMENT= Convert invisible (binary) characters to a visible form
MAN1= viz.1 inviz.1
.include <bsd.port.mk>
|