aboutsummaryrefslogtreecommitdiff
path: root/security/l5/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'security/l5/Makefile')
-rw-r--r--security/l5/Makefile32
1 files changed, 0 insertions, 32 deletions
diff --git a/security/l5/Makefile b/security/l5/Makefile
deleted file mode 100644
index ae853516b186..000000000000
--- a/security/l5/Makefile
+++ /dev/null
@@ -1,32 +0,0 @@
-# Created by: andrew@scoop.co.nz
-
-PORTNAME= l5
-PORTVERSION= 1.2
-CATEGORIES= security sysutils
-MASTER_SITES= http://ftp.cerias.purdue.edu/pub/tools/unix/sysutils/l5/
-DISTNAME= L5
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= File Integrity Assessment Tool
-
-BROKEN_amd64= incorrect runtime output
-DEPRECATED= Abandonware, broken on amd64 for 10+ years
-EXPIRATION_DATE=2022-03-31
-
-USES= tar:tgz
-NO_WRKSUBDIR= yes
-ALL_TARGET= freebsd
-
-PLIST_FILES= bin/l5
-PORTDOCS= README
-
-OPTIONS_DEFINE= DOCS
-
-do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-
-do-install-DOCS-on:
- @${MKDIR} ${STAGEDIR}${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-
-.include <bsd.port.mk>