mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-20 04:02:27 +00:00
23 lines
490 B
Makefile
23 lines
490 B
Makefile
# Created by: Mark Johnston <markj@FreeBSD.org>
|
|
|
|
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>
|