freebsd-ports/ftp/netdumpd/Makefile
Mark Johnston 3c57e3cd17 ftp/netdumpd: Update to 20191031
This fixes several warnings that manifest when building with gcc.

Approved by:	pkubaj
Differential Revision:	https://reviews.freebsd.org/D22209
2019-10-31 22:30:54 +00:00

24 lines
502 B
Makefile

# Created by: Mark Johnston <markj@FreeBSD.org>
# $FreeBSD$
PORTNAME= netdumpd
PORTVERSION= 20191031
PORTREVISION= 0
CATEGORIES= ftp
MASTER_SITES= LOCAL/markj
MAINTAINER= markj@FreeBSD.org
COMMENT= UDP server capable of handling netdump transfers
LICENSE= BSD2CLAUSE
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>