1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-19 19:59:43 +00:00
freebsd-ports/sysutils/dim/Makefile
2021-04-06 16:31:07 +02:00

28 lines
498 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
PORTNAME= dim
PORTVERSION= 1.1
CATEGORIES= sysutils
MASTER_SITES= https://glyphobet.net/dim/
DISTNAME= dim
EXTRACT_SUFX= .tar
MAINTAINER= ports@FreeBSD.org
COMMENT= Directory lister which sorts the file list in 2D
LICENSE= GPLv2+
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= dim.pl
USE_PERL5= run
PLIST_FILES= bin/dim
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${STAGEDIR}${PREFIX}/bin/dim
.include <bsd.port.mk>