9cc0c5e45d
pkglint -Wall -F --only aligned --only indent -r Manually excluded consolekit and dc-tools since pkglint didn't get the formatting correct.
24 lines
747 B
Makefile
24 lines
747 B
Makefile
# $NetBSD: Makefile,v 1.27 2019/11/04 21:28:53 rillig Exp $
|
|
#
|
|
|
|
DISTNAME= tdir-1.71
|
|
PKGREVISION= 1
|
|
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"
|