aboutsummaryrefslogtreecommitdiff
path: root/sysutils/dim/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/dim/Makefile')
-rw-r--r--sysutils/dim/Makefile29
1 files changed, 0 insertions, 29 deletions
diff --git a/sysutils/dim/Makefile b/sysutils/dim/Makefile
deleted file mode 100644
index 549ce60768d8..000000000000
--- a/sysutils/dim/Makefile
+++ /dev/null
@@ -1,29 +0,0 @@
-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>