blob: 3def19b56b0e5cd92742bae44c9db62006ccbd2f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
# ports collection makefile for: tdir
# Date Created: 03 July 2001
# Whom: tundra
#
# $FreeBSD$
PORTNAME= tdir
PORTVERSION= 1.67
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/tdir/
MAINTAINER= tundra@tundraware.com
COMMENT= Advanced file directory display utility
USE_PYTHON= yes
MANCOMPRESSED= yes
MAN1= tdir.1
.include <bsd.port.mk>
|