# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD: tags/RELEASE_11_0_0/net/ntimed/Makefile 385640 2015-05-07 17:26:05Z mat $

PORTNAME=	ntimed
PORTVERSION=	0.0.2015.01.30
PORTREVISION=	0
CATEGORIES=	net

MAINTAINER=	feld@FreeBSD.org
COMMENT=	Network time synchronization client

LICENSE=	BSD2CLAUSE

USE_RC_SUBR=	ntimed

USE_GITHUB=	yes
GH_ACCOUNT=	bsdphk
GH_PROJECT=	Ntimed
GH_TAGNAME=	db0abbb

PLIST_FILES=	sbin/ntimed-client

do-configure:
	cd ${WRKSRC} && ${SH} configure

do-install:
	${INSTALL_PROGRAM} ${WRKSRC}/ntimed-client ${STAGEDIR}${PREFIX}/sbin

.include <bsd.port.mk>
