1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/sysutils/dim/Makefile

30 lines
525 B
Makefile

# Created by: Mark Pulford <mark@kyne.com.au>
# $FreeBSD$
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 # (or later)
NO_WRKSUBDIR= yes
NO_BUILD= yes
USES= shebangfix perl5
SHEBANG_FILES= dim.pl
USE_PERL5= run
PLIST_FILES= bin/dim
NO_STAGE= yes
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/dim.pl ${PREFIX}/bin/dim
.include <bsd.port.mk>