mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-26 00:55:14 +00:00
4d849bb251
while here: - support staging - move pkg-plist entries to PLIST_FILES PR: 186703 Submitted by: Tim Daneliuk <tdir@tundraware.com> (maintainer)
21 lines
379 B
Makefile
21 lines
379 B
Makefile
# Created by: tundra
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tdir
|
|
PORTVERSION= 1.71
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tundraware.com/Software/tdir/
|
|
|
|
MAINTAINER= tdir@tundraware.com
|
|
COMMENT= Advanced file directory display utility
|
|
|
|
USE_PYTHON= yes
|
|
|
|
MAKE_ARGS= PREFIX=${STAGEDIR}${PREFIX}
|
|
|
|
PLIST_FILES= bin/tdir \
|
|
man/man1/tdir.1.gz
|
|
PORTDOCS= tdir-license.txt
|
|
|
|
.include <bsd.port.mk>
|