mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
a6d0ea767d
This adds handling for compatibility breakage in libcap_dns(3). Thanks to Sam Gwydir for tracking that down. Approved by: bdrewery
26 lines
614 B
Makefile
26 lines
614 B
Makefile
# Created by: Mark Johnston <markj@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= netdumpd
|
|
PORTVERSION= 20190518
|
|
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>
|