aboutsummaryrefslogtreecommitdiff
path: root/sysutils/mbgtools/Makefile
blob: c7d530b87a895492d074b636b92511f063e4a496 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# 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=	ports@FreeBSD.org
COMMENT=	Drivers and tools for Meinberg PTP/GPS cards

LICENSE=	BSD2CLAUSE

BROKEN_mips64=		fails to compile: unused variables
BROKEN_sparc64=		fails to compile: error in structure definitions

USES=		kmod uidfix
USE_RC_SUBR=	mbgsvcd

.include <bsd.port.mk>