1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-25 00:51:21 +00:00
freebsd-ports/sysutils/libsunacl/Makefile
Mikael Urankar 6a6678eefe sysutils/libsunacl: Add missing ACEs definition needed by samba
These are needed provision a domain controller on top of ZFS.

PR:		276940
Approved by:	maintainer timeout
2024-02-28 15:34:13 +01:00

18 lines
430 B
Makefile

PORTNAME= libsunacl
PORTVERSION= 1.0.1
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= https://github.com/freenas/libsunacl/releases/download/v${PORTVERSION}/
MAINTAINER= timur@FreeBSD.org
COMMENT= Wrapper providing SunOS NFSv4 ACL API
LICENSE= BSD2CLAUSE
USES= uidfix
USE_LDCONFIG= yes
PLIST_FILES= include/sunacl.h lib/libsunacl.a lib/libsunacl.so.1 lib/libsunacl.so
MAKE_ENV= WITHOUT_PROFILE=yes
.include <bsd.port.mk>