freebsd-ports/net/bsdrcmds/Makefile
Jeremie Le Hen 5edac27bbd I should always test end-to-end before committing (x10).
It turns out I forgot to update the Makefile in the Github project
after the removal of ruptime/rwho/rwhod.  So new tag, new distinfo.
2017-10-03 09:17:08 +00:00

33 lines
660 B
Makefile

# Created by: Jeremie Le Hen <jlh@FreeBSD.org>
# $FreeBSD$
PORTNAME= bsdrcmds
PORTVERSION= 20171003.01
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}
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>