8aef1c394e
Display directories with files ordered by ending "extension". PR: 28305 Submitted by: Bourne-again Superuser <toor@tundraware.com> (hmmmm....)
20 lines
364 B
Makefile
20 lines
364 B
Makefile
# ports collection makefile for: tdir
|
|
# Date Created: 03 July 2001
|
|
# Whom: tundra
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tdir
|
|
PORTVERSION= 1.58
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tundraware.com/Software/tdir/
|
|
|
|
MAINTAINER= tundra@tundraware.com
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/python:${PORTSDIR}/lang/python
|
|
|
|
MAN1= tdir.1
|
|
MANCOMPRESSED= yes
|
|
|
|
.include <bsd.port.mk>
|