9d4e763ba0
With minor cleanups to make things simpler. With hat: portmgr Sponsored by: Absolight
29 lines
515 B
Makefile
29 lines
515 B
Makefile
# Created by: Mark Felder <feld@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
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>
|