ports/sysutils/tdir/Makefile
Christian Weisgerber 78d0d94a0b sysutils/*: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-21 08:57:58 +00:00

23 lines
516 B
Makefile

PORTNAME= tdir
PORTVERSION= 1.73
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.tundraware.com/Software/tdir/
MAINTAINER= tdir@tundraware.com
COMMENT= Advanced file directory display utility
LICENSE= TundraWare
LICENSE_NAME= TundraWare license
LICENSE_FILE= ${WRKSRC}/tdir-license.txt
LICENSE_PERMS= auto-accept dist-mirror no-dist-sell no-pkg-sell pkg-mirror
USES= python:run shebangfix
SHEBANG_FILES= tdir
NO_ARCH= yes
PLIST_FILES= bin/tdir \
share/man/man1/tdir.1.gz
.include <bsd.port.mk>