1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00
freebsd-ports/sysutils/acltool/Makefile
Muhammad Moinur Rahman e166c09a94
sysutils/acltool: Moved man to share/man
Approved by:    portmgr (blanket)
2024-02-25 15:30:21 +01:00

41 lines
909 B
Makefile

PORTNAME= acltool
DISTVERSIONPREFIX= v
DISTVERSION= 1.16.2
PORTREVISION= 1
CATEGORIES= sysutils security
MAINTAINER= pen@lysator.liu.se
COMMENT= ACL manipulation tool
WWW= https://github.com/ptrrkssn/acltool
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
OPTIONS_DEFINE= SAMBA
OPTIONS_RADIO= LINE_EDITOR
OPTIONS_RADIO_LINE_EDITOR= READLINE LIBEDIT
OPTIONS_DEFAULT= READLINE
SAMBA_USES= samba
SAMBA_DESC= Build with Samba (libsmbclient) for SMB support
READLINE_USES= readline
READLINE_DESC= Build with GNU Readline for interactive editing
LIBEDIT_USES= libedit
LIBEDIT_DESC= Build with BSD Libedit for interactive editing
SAMBA_CONFIGURE_WITH= libsmbclient
READLINE_CONFIGURE_WITH= readline
LIBEDIT_CONFIGURE_WITH= libedit
USE_GITHUB= yes
GH_ACCOUNT= ptrrkssn
GNU_CONFIGURE= yes
GNU_CONFIGURE_MANPREFIX=${PREFIX}/share
INSTALL_TARGET= install-strip
.include <bsd.port.mk>