freebsd-ports/sysutils/mac_rtprio/Makefile
Mark Linimon a3973d3826 These ports now build on powerpc64.
While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-12-05 20:01:10 +00:00

23 lines
438 B
Makefile

# Created by: Jov <amutu@amutu.com>
# $FreeBSD$
PORTNAME= mac_rtprio
DISTVERSION= g20170417
CATEGORIES= sysutils
PKGNAMESUFFIX= -kmod
MAINTAINER= ports@FreeBSD.org
COMMENT= MAC policy to manage access for setting realtime priorities by GID
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= pbiernacki
GH_TAGNAME= 3ace584
PLIST_FILES= ${KMODDIR}/mac_rtprio.ko
.include <bsd.port.mk>