freebsd-ports/net/ptpd/Makefile
Christian Weisgerber 2042b740ed * Fix out-of-bound string accesses.
* Fix %m GNUism in printf.
* Don't create the man page, it is already included.
* ptpd is not a user command, put it into sbin.
* Overhaul the startup file and move it to "ptpd".

Approved by:	gnn (maintainer)
2008-11-13 22:17:28 +00:00

30 lines
610 B
Makefile

# New ports collection makefile for: ptpd
# Date created: 4 June 2008
# Whom: George V. Neville-Neil <gnn@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= ptpd
DISTVERSION= 1.0.0
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= SF
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= gnn@FreeBSD.org
COMMENT= An implementation of the precision time protocol IEEE 1588
WRKSRC= ${WRKDIR}/ptpd-${DISTVERSION}/src
PLIST_FILES= sbin/ptpd
USE_RC_SUBR= ptpd
MAN8= ptpd.8
do-install::
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/sbin
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.8 ${MANPREFIX}/man/man8
.include <bsd.port.mk>