freebsd-ports/security/linux-c6-audit-libs/Makefile
Tijl Coosemans 5b721b6172 Eliminate RPMVERSION from Linux ports and set DISTVERSIONSUFFIX instead.
This puts all version information together in the port Makefiles.
2019-06-08 13:13:29 +00:00

20 lines
404 B
Makefile

# $FreeBSD$
PORTNAME= audit
PORTVERSION= 2.4.5
DISTVERSIONSUFFIX= -6.el6
CATEGORIES= security linux
PKGNAMESUFFIX= -libs
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
LIB_DISTNAMES= ${PORTNAME}${PKGNAMESUFFIX}-${DISTVERSIONFULL}
OPTIONS_DEFINE= DOCS
.include <bsd.port.mk>