2014-12-22 02:02:56 +01:00
|
|
|
PORTNAME= ntimed
|
2015-01-30 15:56:25 +01:00
|
|
|
PORTVERSION= 0.0.2015.01.30
|
2020-02-08 17:04:13 +01:00
|
|
|
PORTREVISION= 1
|
2014-12-22 02:02:56 +01:00
|
|
|
CATEGORIES= net
|
|
|
|
|
2023-07-20 16:04:33 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-12-22 02:02:56 +01:00
|
|
|
COMMENT= Network time synchronization client
|
2022-09-07 23:06:12 +02:00
|
|
|
WWW= https://github.com/bsdphk/Ntimed
|
2014-12-22 02:02:56 +01:00
|
|
|
|
|
|
|
LICENSE= BSD2CLAUSE
|
|
|
|
|
2014-12-22 04:55:43 +01:00
|
|
|
USE_RC_SUBR= ntimed
|
|
|
|
|
2014-12-22 02:02:56 +01:00
|
|
|
USE_GITHUB= yes
|
|
|
|
GH_ACCOUNT= bsdphk
|
2014-12-22 04:55:43 +01:00
|
|
|
GH_PROJECT= Ntimed
|
2015-05-07 19:26:05 +02:00
|
|
|
GH_TAGNAME= db0abbb
|
2014-12-22 02:02:56 +01:00
|
|
|
|
|
|
|
PLIST_FILES= sbin/ntimed-client
|
|
|
|
|
|
|
|
do-configure:
|
|
|
|
cd ${WRKSRC} && ${SH} configure
|
|
|
|
|
|
|
|
do-install:
|
2014-12-22 10:08:44 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/ntimed-client ${STAGEDIR}${PREFIX}/sbin
|
2014-12-22 02:02:56 +01:00
|
|
|
|
2014-12-22 10:08:44 +01:00
|
|
|
.include <bsd.port.mk>
|