mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
28 lines
630 B
Makefile
28 lines
630 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
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= File Integrity Assessment Tool
|
|
|
|
NO_WRKSUBDIR= true
|
|
ALL_TARGET= freebsd
|
|
|
|
NO_STAGE= yes
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
|
|
${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.if ${ARCH} == 'amd64'
|
|
BROKEN= incorrect runtime output
|
|
.endif
|
|
.include <bsd.port.post.mk>
|