mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
0615aacad2
providing SunOS-compatible acl(3)/facl(3) functions. Its main purpose is to make it easier to port software such as Samba, which already supports SunOS ACL API.
26 lines
558 B
Makefile
26 lines
558 B
Makefile
# New ports collection makefile for: libsunacl
|
|
# Date created: 2010-03-22
|
|
# Whom: Edward Tomasz Napierala <trasz@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= libsunacl
|
|
PORTVERSION= 1.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= trasz@FreeBSD.org
|
|
COMMENT= Wrapper providing SunOS NFSv4 ACL API
|
|
|
|
USE_LDCONFIG= yes
|
|
PLIST_FILES= include/sunacl.h lib/libsunacl.a lib/libsunacl_p.a lib/libsunacl.so.1 lib/libsunacl.so
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 800000
|
|
IGNORE= no NFSv4 ACL support before FreeBSD 8.0
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|