freebsd-ports/sysutils/mbgtools/Makefile
George V. Neville-Neil 7bd535968e Directly add the rc.d script mbgsvcd into the files/ directory
rather than copying it from the downloaded tarball.

Pointed out by: makc@
2013-11-19 16:28:59 +00:00

18 lines
347 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
USE_RC_SUBR= mbgsvcd
USES= kmod
.include <bsd.port.mk>