af968666dc
Discussed with: se PR: ports/182864, ports/184094 Sponsored by: The FreeBSD Foundation
22 lines
490 B
Makefile
22 lines
490 B
Makefile
# Created by: 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.so.1 lib/libsunacl.so
|
|
MAKE_ENV= NO_PROFILE=yes
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 800000
|
|
IGNORE= no NFSv4 ACL support before FreeBSD 8.0
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|