freebsd-ports/net/ntimed/Makefile
Mark Felder 1e21c258a7 Drop maintainership of ports
I cannot give these the attention they need right now.
2023-07-20 14:04:33 +00:00

27 lines
497 B
Makefile

PORTNAME= ntimed
PORTVERSION= 0.0.2015.01.30
PORTREVISION= 1
CATEGORIES= net
MAINTAINER= ports@FreeBSD.org
COMMENT= Network time synchronization client
WWW= https://github.com/bsdphk/Ntimed
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>