1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/net/bsdrcmds/Makefile
Nuno Teixeira c3c52431a8 net/bsdrcmds: Move man pages to share/man
Approved by:	portmgr (blanket)
2024-03-24 10:50:38 +00:00

28 lines
573 B
Makefile

PORTNAME= bsdrcmds
PORTVERSION= 20171003.01
PORTREVISION= 1
CATEGORIES= net
USE_GITHUB= yes
GH_ACCOUNT= jlehen
MAINTAINER= jlh@FreeBSD.org
COMMENT= FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd)
LICENSE= BSD3CLAUSE
USES= uidfix
MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE} MANDIR=${PREFIX}/share/man/man
MAKE_ENV+= MK_WERROR=no
OPTIONS_DEFINE= IPV6 LIBBLACKLIST
OPTIONS_DEFAULT= LIBBLACKLIST
IPV6_MAKE_ARGS= USE_IPV6=yes
LIBBLACKLIST_DESC= libblacklist(3) support for rlogind(8) and rshd(8)
LIBBLACKLIST_MAKE_ARGS= USE_LIBBLACKLIST=yes
.include <bsd.port.mk>