2017-07-01 09:07:19 +00:00
|
|
|
# Created by: Jeremie Le Hen <jlh@FreeBSD.org>
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= bsdrcmds
|
2017-10-03 09:17:08 +00:00
|
|
|
PORTVERSION= 20171003.01
|
2017-07-01 09:07:19 +00:00
|
|
|
CATEGORIES= net
|
2017-10-03 08:11:15 +00:00
|
|
|
|
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= jlehen
|
2017-07-01 09:07:19 +00:00
|
|
|
|
|
|
|
MAINTAINER= jlh@FreeBSD.org
|
2017-10-03 09:17:08 +00:00
|
|
|
COMMENT= FreeBSD rcmds (rcp/rlogin/rlogind/rsh/rshd)
|
2017-07-01 09:07:19 +00:00
|
|
|
|
|
|
|
LICENSE= BSD3CLAUSE
|
|
|
|
|
2017-10-03 08:11:15 +00:00
|
|
|
USES= uidfix
|
2017-07-01 09:07:19 +00:00
|
|
|
|
|
|
|
MAKE_ARGS+= BINOWN=${BINOWN} BINMODE=${BINMODE}
|
|
|
|
MAKE_ENV+= NO_WERROR=1
|
|
|
|
|
|
|
|
OPTIONS_DEFINE= IPV6 LIBBLACKLIST
|
|
|
|
OPTIONS_DEFAULT= LIBBLACKLIST
|
|
|
|
.if !exists(/usr/include/blacklist.h)
|
|
|
|
OPTIONS_EXCLUDE= LIBBLACKLIST
|
|
|
|
.endif
|
|
|
|
|
|
|
|
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>
|