freebsd-ports/sysutils/devctl-jail-kmod/Makefile
Luca Pizzamiglio 7ddec06278 sysutils/devctl-jail-kmod: new port
This kernel module provides jails status changes
in devctl, and available to devd

    Initial non working draft
    Fix include order for 13+
    Fix category's makefile

    Remove devctl_notify_f that has been removed in later version
    The flag used is the default one, so we are not introducing
    different behaviors
2022-10-03 19:08:45 +02:00

19 lines
381 B
Makefile

PORTNAME= devctl-jail-kmod
DISTVERSION= g20190521
CATEGORIES= sysutils
MAINTAINER= pizzamig@FreeBSD.org
COMMENT= Module to expose jail lifecycle events
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= kmod uidfix
USE_GITHUB= yes
GH_ACCOUNT= fubarnetes
GH_PROJECT= kmod_devctl_jail
GH_TAGNAME= d3c17d2381a
PLIST_FILES= ${KMODDIR}/devctl_jail.ko
.include <bsd.port.mk>