1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-01 05:45:45 +00:00
freebsd-ports/net/ntimed/Makefile
2020-02-08 16:04:13 +00:00

30 lines
515 B
Makefile

# Created by: Mark Felder <feld@FreeBSD.org>
# $FreeBSD$
PORTNAME= ntimed
PORTVERSION= 0.0.2015.01.30
PORTREVISION= 1
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>