mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
6a6678eefe
These are needed provision a domain controller on top of ZFS. PR: 276940 Approved by: maintainer timeout
18 lines
430 B
Makefile
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>
|