freebsd-ports/security/l5/Makefile
Ruslan Makhmatkhanov ea175b74dd security/l5: modernize port a bit
- replace EXTRACT_SUFX with USES equivalent
- use modern way of defining BROKEN to avoid using of
  bsd.port.pre.mk

No functional changes, so no PORTREVISION bump is required.
2016-04-02 16:24:15 +00:00

30 lines
608 B
Makefile

# Created by: andrew@scoop.co.nz
# $FreeBSD$
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
USES= tar:tgz
NO_WRKSUBDIR= yes
ALL_TARGET= freebsd
PLIST_FILES= bin/l5
PORTDOCS= README
OPTIONS_DEFINE= DOCS
BROKEN_amd64= incorrect runtime output
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>