freebsd-ports/ftp/netdumpd/Makefile
Rene Ladan 8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00

26 lines
614 B
Makefile

# Created by: Mark Johnston <markj@FreeBSD.org>
# $FreeBSD$
PORTNAME= netdumpd
PORTVERSION= 20180511
PORTREVISION= 1
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>