freebsd-ports/sysutils/libsunacl/Makefile
Edward Tomasz Napierala c860cf3091 Fix plist when NO_PROFILE=1. While here, remove MD5 from distinfo.
PR:		ports/153201
Submitted by:	Robert Archer <freebsd at deathbeforedecaf dot net>
2010-12-23 11:16:43 +00:00

29 lines
605 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.so.1 lib/libsunacl.so
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 800000
IGNORE= no NFSv4 ACL support before FreeBSD 8.0
.endif
.if !defined(NO_PROFILE)
PLIST_FILES+= lib/libsunacl_p.a
.endif
.include <bsd.port.post.mk>