1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-16 07:58:04 +00:00
freebsd-ports/security/linux-c6-audit-libs/Makefile
Gleb Popov f730b79bbd Add security/linux-c6-audit-libs and security/linux-c6-pam ports.
Reviewed by:	mat, tcberner
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D17561
2018-11-06 15:08:59 +00:00

19 lines
385 B
Makefile

# $FreeBSD$
PORTNAME= audit-libs
PORTVERSION= 2.4.5
CATEGORIES= security linux
MAINTAINER= emulation@FreeBSD.org
COMMENT= Dynamic libraries needed for applications to use the Linux audit framework
USES= linux:c6
USE_LDCONFIG= yes
USE_LINUX_RPM= yes
RPMVERSION= 6.el6
SRC_DISTFILES= audit-${PORTVERSION}-${RPMVERSION}${SRC_SUFX}:SOURCE
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>