mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-19 03:52:17 +00:00
f262887ab1
PR: 222571 Submitted by: Yasuhiro KIMURA <yasu@utahime.org> Approved by: gnn (maintainer timeout)
24 lines
703 B
Makefile
24 lines
703 B
Makefile
# Created by: George Neville-Neil gnn@freebsd.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= mbgtools
|
|
DISTVERSION= fbsd-1.0.0
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.meinberg.de/download/drivers/
|
|
|
|
MAINTAINER= gnn@FreeBSD.org
|
|
COMMENT= Drivers and tools for Meinberg PTP/GPS cards
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
BROKEN_aarch64= fails to compile: unused variables
|
|
BROKEN_armv6= fails to compile: implicit declaration of function 'cp15_pmccntr_get' is invalid in C99
|
|
BROKEN_mips64= fails to compile: unused variables
|
|
BROKEN_powerpc64= fails to compile: warning: mbg_dbg_data defined but not used
|
|
BROKEN_sparc64= fails to compile: error in structure definitions
|
|
|
|
USES= kmod uidfix
|
|
USE_RC_SUBR= mbgsvcd
|
|
|
|
.include <bsd.port.mk>
|