60023bdc46
------------------- revision 1.71 date: 2014/02/12 17:42:04; author: tundra; state: Exp; lines: +65 -23 Added automatic detection of terminal width on *NIX systems. ---------------------------- revision 1.70 date: 2006/05/12 21:31:01; author: tundra; state: Exp; lines: +2 -2 Added -R to command list in help summary.
23 lines
728 B
Makefile
23 lines
728 B
Makefile
# $NetBSD: Makefile,v 1.25 2015/04/25 23:34:57 mef Exp $
|
|
#
|
|
|
|
DISTNAME= tdir-1.71
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.tundraware.com/Software/tdir/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
COMMENT= Display directories with files ordered by ending "extension"
|
|
LICENSE= tdir-license
|
|
|
|
USE_TOOLS+= gunzip
|
|
REPLACE_PYTHON= tdir
|
|
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 share/doc/tdir
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/tdir ${DESTDIR}${PREFIX}/bin/tdir
|
|
${GUNZIP_CMD} ${WRKSRC}/tdir.1.gz
|
|
${INSTALL_MAN} ${WRKSRC}/tdir.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1/tdir.1
|
|
${INSTALL_DATA} ${WRKSRC}/tdir-license.txt ${DESTDIR}${PREFIX}/share/doc/tdir/
|
|
|
|
.include "../../lang/python/application.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|