mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
28 lines
498 B
Makefile
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>
|