aboutsummaryrefslogtreecommitdiffstats
path: root/security/l5/Makefile
blob: e191f9268cd2181ddd854cf11fe1d6f1edad38c1 (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
# New ports collection makefile for:        l6
# Date created:                 Sat, 23 Jun 2002
# Whom:                     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= andrew@scoop.co.nz
COMMENT=    File Integrity Assessment Tool

NO_WRKSUBDIR=   true
ALL_TARGET= freebsd

do-install:
    ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
    ${MKDIR} ${PREFIX}/share/doc/${PORTNAME}
    ${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/${PORTNAME}

.include <bsd.port.mk>