freebsd-ports/net/ntimed/Makefile
Mathieu Arnold 9d4e763ba0 Update ports in the n* categories to not use GH_COMMIT.
With minor cleanups to make things simpler.

With hat:	portmgr
Sponsored by:	Absolight
2015-05-07 17:26:05 +00:00

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>