aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dim/Makefile
blob: 549ce60768d85bd94448df7d14ec20897f20b64d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
WWW=		https://glyphobet.net/dim/dim.html

LICENSE=	GPLv2+

DEPRECATED=	Abandonware, upstream stopped development in 2005
EXPIRATION_DATE=2024-04-30

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>