2006-06-14 13:51:09 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= openbsm
|
2009-08-16 14:09:07 +02:00
|
|
|
DISTVERSION= 1.1-p2
|
2014-07-06 21:20:32 +02:00
|
|
|
PORTREVISION= 1
|
2006-06-14 13:51:09 +02:00
|
|
|
CATEGORIES= security
|
|
|
|
MASTER_SITES= http://www.trustedbsd.org/downloads/
|
2009-08-16 14:09:07 +02:00
|
|
|
DISTNAME= openbsm-${DISTVERSION}
|
2006-06-14 13:51:09 +02:00
|
|
|
|
|
|
|
MAINTAINER= flz@FreeBSD.org
|
|
|
|
COMMENT= Open Source Basic Security Module (BSM) Audit Implementation
|
2009-08-16 14:09:07 +02:00
|
|
|
|
2015-07-29 01:27:56 +02:00
|
|
|
LICENSE= BSD2CLAUSE BSD3CLAUSE
|
|
|
|
LICENSE_COMB= multi
|
|
|
|
|
2013-02-15 04:06:24 +01:00
|
|
|
CONFLICTS= openbsm-devel-1.[0-9]*
|
|
|
|
|
2006-06-14 13:51:09 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2014-07-29 21:11:51 +02:00
|
|
|
USES= libtool tar:tgz
|
- 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)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-06-14 13:51:09 +02:00
|
|
|
|
2009-01-06 18:59:31 +01:00
|
|
|
.include <bsd.port.mk>
|