a3973d3826
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
23 lines
438 B
Makefile
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>
|