1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-23 04:23:08 +00:00
freebsd-ports/sysutils/tdir/Makefile
Danilo G. Baio 46003d5e4e sysutils/tdir: Update to 1.73
- Change license permissions
  License reworked upstream, now `tdir` can be built and distributed in the
  FreeBSD package cluster.
  Changing the shebang line does not violate the license. The author gave
  explicit approval about this in PR 228180.
  Following the license change, this port can be released again.

- It nows supports Python2 and Python3.

PR:		228180
Submitted by:	Tim Daneliuk <tdir@tundraware.com> (maintainer)
2018-08-14 01:12:49 +00:00

25 lines
528 B
Makefile

# Created by: tundra
# $FreeBSD$
PORTNAME= tdir
PORTVERSION= 1.73
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 \
man/man1/tdir.1.gz
.include <bsd.port.mk>