freebsd-ports/ftp/netdumpd/Makefile
Mark Johnston 5e078b35e2 ftp/netdumpd: Update to 20190910
This update consists of a fix to error handling in the casper herald
service, from cem@.

Approved by:	bapt
Differential Revision:	https://reviews.freebsd.org/D21602
2019-09-12 15:41:11 +00:00

25 lines
614 B
Makefile

# Created by: Mark Johnston <markj@FreeBSD.org>
# $FreeBSD$
PORTNAME= netdumpd
PORTVERSION= 20190910
PORTREVISION= 0
CATEGORIES= ftp
MASTER_SITES= LOCAL/markj
MAINTAINER= markj@FreeBSD.org
COMMENT= UDP server capable of handling netdump transfers
LICENSE= BSD2CLAUSE
BROKEN_powerpc64= fails to build: netdumpd.c:270: warning: declaration of 'index' shadows a global declaration
MAKE_ARGS+= BINDIR=${PREFIX}/sbin
MAKE_ARGS+= MANDIR=${PREFIX}/man/man
MAKE_ARGS+= SCRIPTSDIR=${PREFIX}/etc/rc.d
PLIST_FILES= sbin/${PORTNAME} man/man8/${PORTNAME}.8.gz etc/rc.d/${PORTNAME}
USES+= uidfix
.include <bsd.port.mk>