freebsd-ports/sysutils/moosefs-netdump/Makefile
Mark Felder a0a8f97bb0 sysutils/moosefs-* update to 2.0.72-1
The update to 2.0.72-1 includes splitting the sysutils/moosefs-master
port into several new ports to achieve better modularization. This
matches the approach upstream has taken with their own FreeBSD packages
which they were distributing via their own pkgng repository.

Further details are provided in the UPDATING entry.

Upstream MooseFS team is now taking maintainership of these ports.

PR:		199342
PR:		199343
PR:		199344
PR:		199345
PR:		199346
PR:		199347
PR:		199348
PR:		199349
2015-08-12 16:10:30 +00:00

17 lines
373 B
Makefile

# Created by: Jakub Kruszona-Zawadzki <acid@moosefs.com> ; Based on port created by: Chifeng Qu <chifeng@gmail.com>
# $FreeBSD$
PKGNAMESUFFIX= -netdump
COMMENT= MooseFS network packet dump utility
LICENSE= GPLv2
MFS_COMPONENT= netdump
MASTERDIR= ${.CURDIR}/../moosefs-master
PLIST_FILES= sbin/mfsnetdump \
man/man8/mfsnetdump.8.gz
.include "${MASTERDIR}/Makefile"