mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
c3c52431a8
Approved by: portmgr (blanket)
28 lines
573 B
Makefile
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>
|