head	1.14;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.12
	RELEASE_7_3_0:1.12
	RELEASE_8_0_0:1.12
	RELEASE_7_2_0:1.10
	RELEASE_7_1_0:1.9
	RELEASE_6_4_0:1.9
	RELEASE_5_EOL:1.9
	RELEASE_7_0_0:1.8
	RELEASE_6_3_0:1.8
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5;
locks; strict;
comment	@# @;


1.14
date	2013.02.15.07.37.08;	author svnexp;	state Exp;
branches;
next	1.13;

1.13
date	2012.11.17.06.01.09;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2009.08.16.12.09.07;	author flz;	state Exp;
branches;
next	1.11;

1.11
date	2009.07.19.21.01.09;	author flz;	state Exp;
branches;
next	1.10;

1.10
date	2009.01.06.17.59.20;	author pav;	state Exp;
branches;
next	1.9;

1.9
date	2008.04.19.17.53.27;	author miwi;	state Exp;
branches;
next	1.8;

1.8
date	2007.10.26.08.07.50;	author pav;	state Exp;
branches;
next	1.7;

1.7
date	2007.10.04.06.00.22;	author edwin;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.04.00.00.38;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2006.09.26.00.06.01;	author flz;	state Exp;
branches;
next	1.4;

1.4
date	2006.08.26.09.51.33;	author flz;	state Exp;
branches;
next	1.3;

1.3
date	2006.07.16.21.36.46;	author linimon;	state Exp;
branches;
next	1.2;

1.2
date	2006.07.03.16.29.42;	author flz;	state Exp;
branches;
next	1.1;

1.1
date	2006.06.14.11.51.09;	author flz;	state Exp;
branches;
next	;


desc
@@


1.14
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/312272
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# New ports collection makefile for:	openbsm
# Date created:				Jun 13 2006
# Whom:					Florent Thoumie <flz@@FreeBSD.org>
#
# $FreeBSD: head/security/openbsm/Makefile 312272 2013-02-15 03:06:24Z zi $
#

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

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

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

GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN1=		auditreduce.1		\
		praudit.1
MAN2=		audit.2			\
		auditctl.2		\
		auditon.2		\
		getaudit.2		\
		getauid.2		\
		setaudit.2		\
		setauid.2
MAN3=		au_class.3		\
		au_control.3		\
		au_domain.3		\
		au_errno.3		\
		au_event.3		\
		au_fcntl_cmd.3		\
		au_free_token.3		\
		au_io.3			\
		au_mask.3		\
		au_open.3		\
		au_socket_type.3	\
		au_token.3		\
		au_user.3		\
		libauditd.3		\
		libbsm.3
MAN5=		audit.log.5		\
		audit_class.5		\
		audit_control.5		\
		audit_event.5		\
		audit_user.5		\
		audit_warn.5
MAN8=		auditfilterd.8		\
		audit.8			\
		auditd.8

.include <bsd.port.mk>
@


1.13
log
@Switch exporter over
@
text
@d5 1
a5 1
# $FreeBSD: head/security/openbsm/Makefile 300897 2012-07-14 14:29:18Z beat $
d18 2
@


1.12
log
@- Update security/openbsm to 1.1-p2.
- Please portlint.

PR:		ports/137726
Submitted by:	Sofian Brabez
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Update security/openbsm to 1.1-p1.
@
text
@d9 1
a9 1
DISTVERSION=	1.1-p1
d12 2
a13 1
DISTFILES=	openbsm-${DISTVERSION}.tgz
d17 1
@


1.10
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d9 1
a9 1
DISTVERSION=	1.0-alpha12
a15 1
WRKSRC=		${WRKDIR}/${PORTNAME}
d30 2
d33 1
d38 1
d41 1
@


1.9
log
@- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+

Thanks to all Helpers:
	Dmitry Marakasov, Chess Griffin, beech@@, dinoex, rafan, gahr,
	ehaupt, nox, itetcu, flz, pav

PR:		116263
Tested on:	pointyhat
Approved by:	portmgr (pav)
@
text
@d45 2
a46 6
MAN8=		auditfilterd.8

.include <bsd.port.pre.mk>

.if ${OSVERSION} >= 600000
MAN8+=		audit.8			\
d49 1
a49 5
PLIST_FILES+=	sbin/audit		\
		sbin/auditd
.endif

.include <bsd.port.post.mk>
@


1.8
log
@- Fix previous commit by edwin - 500000 != 600000. While here, fix packaging

Reported by:	pointyhat
@
text
@d18 1
a18 1
INSTALLS_SHLIB=	yes
@


1.7
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d49 1
a49 2
.if ( ( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \
	${OSVERSION} >= 600000 )
@


1.6
log
@Remove support for OSVERSION < 5
@
text
@a48 4
.if ${OSVERSION} < 600000
BROKEN=		does not package on 5.X
.endif

@


1.5
log
@Update to 1.0-alpha12.
@
text
@a48 3
.if ${OSVERSION} < 500000
BROKEN=		does not compile on 4.X
.else
a51 1
.endif
d53 1
a53 2
.if ( ( ${OSVERSION} < 500000 && ${OSVERSION} > 491101 ) || \
	( ${OSVERSION} < 600000 && ${OSVERSION} > 503100 ) || \
@


1.4
log
@- Update to 1.0-alpha9.
@
text
@d9 1
a9 1
DISTVERSION=	1.0-alpha9
@


1.3
log
@Mark broken as appropriate: does not compile on 4.X, does not package on 5.X.
@
text
@d9 1
a9 1
DISTVERSION=	1.0-alpha7
@


1.2
log
@- Update to 1.0-alpha7.
- Fix packing list when auditon(2) doesn't exist.
@
text
@d49 8
@


1.1
log
@Add OpenBSM 1.0a6, the Open Source Basic Security Module (BSM) Audit
Implementation.
@
text
@d9 1
a9 1
DISTVERSION=	1.0-alpha6
a15 1

d45 13
a57 3
MAN8=		audit.8			\
		auditd.8		\
		auditfilterd.8
d59 1
a59 1
.include <bsd.port.mk>
@

