aboutsummaryrefslogtreecommitdiffstats
path: root/security/openbsm/Makefile
blob: c201af8c07878e651bf12962b4ede8b666df705d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $FreeBSD$

PORTNAME=   openbsm
DISTVERSION=    1.1-p2
PORTREVISION=   1
CATEGORIES= security
MASTER_SITES=   http://www.trustedbsd.org/downloads/
DISTNAME=   openbsm-${DISTVERSION}

MAINTAINER= flz@FreeBSD.org
COMMENT=    Open Source Basic Security Module (BSM) Audit Implementation

LICENSE=    BSD2CLAUSE BSD3CLAUSE
LICENSE_COMB=   multi

CONFLICTS=  openbsm-devel-1.[0-9]*

GNU_CONFIGURE=  yes
USES=       libtool tar:tgz
USE_LDCONFIG=   yes

.include <bsd.port.mk>