opnsense-ports/sysutils/mbgtools/Makefile
Franco Fichtner afb6de4d59 */*: sync with upstream
Taken from: FreeBSD
2017-05-27 17:46:26 +02:00

24 lines
706 B
Makefile

# Created by: George Neville-Neil gnn@freebsd.org
# $FreeBSD$
PORTNAME= mbgtools
DISTVERSION= fbsd-dev-2013-06-26
CATEGORIES= sysutils
MASTER_SITES= http://www.meinberg.de/download/drivers/
MAINTAINER= gnn@FreeBSD.org
COMMENT= Drivers and tools for Meinberg PTP/GPS cards
LICENSE= BSD
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
USE_RC_SUBR= mbgsvcd
USES= kmod uidfix
.include <bsd.port.mk>