Mark Johnston 0524b7ffff sysutils/mbgtools: Add error checking for copyin() and copyout() calls
This will be required soon, and the previous lack of such error handling
was a bug.

PR:		275986
Approved by:	antoine
2024-01-02 19:59:29 -05:00

19 lines
407 B
Makefile

PORTNAME= mbgtools
DISTVERSION= fbsd-1.0.0
PORTREVISION= 1
CATEGORIES= sysutils
MASTER_SITES= http://www.meinberg.de/download/drivers/
MAINTAINER= ports@FreeBSD.org
COMMENT= Drivers and tools for Meinberg PTP/GPS cards
WWW= https://www.meinbergglobal.com/english/sw/
LICENSE= BSD2CLAUSE
BROKEN_mips64= fails to compile: unused variables
USES= kmod uidfix
USE_RC_SUBR= mbgsvcd
.include <bsd.port.mk>